From: Michael Johnston Date: Sun, 23 Dec 2012 23:34:55 +0000 (-0500) Subject: fix filer dialog X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd5b9c10c4561a1c5daab9c289ad5c996f1bd3c1;p=friendica.git fix filer dialog --- diff --git a/mod/filer.php b/mod/filer.php index 7b0fd59d58..c811ba6e2f 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -31,7 +31,7 @@ function filer_content(&$a) { ); $includes = set_template_includes($a->theme['template_engine'], $includes); - $o = replace_macros($tpl, array( + $o = replace_macros($tpl,$includes + array( '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')), '$submit' => t('Save'), ));