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