]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Merge pull request #3047 from annando/1612-indexlength
[friendica.git] / mod / filer.php
index 4e79f337dcff22502ac15d4c0673872253678312..eac3260591a3a7d6b770adc933d05f6f94dc44b7 100644 (file)
@@ -7,7 +7,7 @@ require_once('include/items.php');
 
 function filer_content(&$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                killme();
        }