X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffiler.php;h=4e79f337dcff22502ac15d4c0673872253678312;hb=09931b71247c2261371a5a40b38a2127f79f344d;hp=02b8d68978f44897ae0b0d4716fec28a6f99a521;hpb=0c764684bb32a9432fd161e62db907efb78af1a5;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(); } -}