fix filer dialog

This commit is contained in:
Michael Johnston 2012-12-23 18:34:55 -05:00
parent 974f60d132
commit cd5b9c10c4
1 changed files with 1 additions and 1 deletions

View 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'),
));