X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffiler.php;h=47c4aa5e4cbc6fc05139174415d2f5485a97f7fb;hb=9259feec6f4b0a24c15f971a3dc8fa54f4f08141;hp=4e79f337dcff22502ac15d4c0673872253678312;hpb=11c06e21b7a656c4aeae0d5c157e1db97d6db02e;p=friendica.git diff --git a/mod/filer.php b/mod/filer.php index 4e79f337dc..47c4aa5e4c 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -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(); } @@ -30,7 +30,7 @@ function filer_content(&$a) { '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')), '$submit' => t('Save'), )); - + echo $o; } killme();