]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Coding convention continued:
[friendica.git] / mod / filer.php
index 4e79f337dcff22502ac15d4c0673872253678312..1b5589380b288e14a81e774558c1cdd6b767e866 100644 (file)
@@ -5,9 +5,9 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function filer_content(&$a) {
+function filer_content(App &$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                killme();
        }