From cd5b9c10c4561a1c5daab9c289ad5c996f1bd3c1 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Sun, 23 Dec 2012 18:34:55 -0500 Subject: [PATCH] fix filer dialog --- mod/filer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ));