]> git.mxchange.org Git - friendica.git/commitdiff
fix filer dialog
authorMichael Johnston <michaelgeorgejohnston@gmail.com>
Sun, 23 Dec 2012 23:34:55 +0000 (18:34 -0500)
committerMichael Johnston <michaelgeorgejohnston@gmail.com>
Sun, 23 Dec 2012 23:34:55 +0000 (18:34 -0500)
mod/filer.php

index 7b0fd59d587001290b22a654df015a2103a39e9e..c811ba6e2fc9d43cd48b91e96196d61d01780e07 100644 (file)
@@ -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'),
                ));