]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Continued with #3010:
[friendica.git] / mod / wall_attach.php
index 152efb5f1f1905778221fe7aeff2bf5272ebca67..80fc1c6e796e71c11940e7e3f3f10f40e529f7f6 100644 (file)
@@ -55,7 +55,7 @@ function wall_attach_post(&$a) {
                                        intval($contact_id),
                                        intval($page_owner_uid)
                                );
-                               if(dbm::is_result($r)) {
+                               if (dbm::is_result($r)) {
                                        $can_post = true;
                                        $visitor = $contact_id;
                                }