X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffiler.php;h=4e79f337dcff22502ac15d4c0673872253678312;hb=bb5421d9253da0cbe587fe542df540ae6e3c06c4;hp=02b8d68978f44897ae0b0d4716fec28a6f99a521;hpb=9330a6994c1b9aee49a482efe32e84ca1a944c9b;p=friendica.git diff --git a/mod/filer.php b/mod/filer.php index 02b8d68978..4e79f337dc 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -4,7 +4,7 @@ require_once('include/security.php'); require_once('include/bbcode.php'); require_once('include/items.php'); -if(! function_exists('filer_content')) { + function filer_content(&$a) { if(! local_user()) { @@ -30,9 +30,8 @@ function filer_content(&$a) { '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')), '$submit' => t('Save'), )); - + echo $o; } killme(); } -}