]> git.mxchange.org Git - friendica.git/blobdiff - mod/content.php
added much more curly braces + space between "if" and brace
[friendica.git] / mod / content.php
index 1a3fb109528da0d10f082a17c52b4178b7b5a6e3..2377032a7939c7fd4a21911f9a1ad48da3fdd751 100644 (file)
@@ -23,7 +23,7 @@ function content_content(&$a, $update = 0) {
 
        // Currently security is based on the logged in user
 
-       if(! local_user()) {
+       if (! local_user()) {
                return;
        }