]> git.mxchange.org Git - friendica.git/blobdiff - mod/wallmessage.php
added more curyl braces + spaces between "if" and brace
[friendica.git] / mod / wallmessage.php
index 03a0b7a16f57e0e3aafbf3683792ea06dbb68cd6..afe25cbe8be9dfeb3fa0ac86c1023baa864f0e82 100644 (file)
@@ -22,7 +22,7 @@ function wallmessage_post(&$a) {
                dbesc($recipient)
        );
 
-       if(! dbm::is_result($r)) {
+       if (! dbm::is_result($r)) {
                logger('wallmessage: no recipient');
                return;
        }
@@ -91,7 +91,7 @@ function wallmessage_content(&$a) {
                dbesc($recipient)
        );
 
-       if(! dbm::is_result($r)) {
+       if (! dbm::is_result($r)) {
                notice( t('No recipient.') . EOL);
                logger('wallmessage: no recipient');
                return;