mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
fix filer dialog
This commit is contained in:
parent
974f60d132
commit
cd5b9c10c4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function filer_content(&$a) {
|
||||||
);
|
);
|
||||||
$includes = set_template_includes($a->theme['template_engine'], $includes);
|
$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 -')),
|
'$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),
|
||||||
'$submit' => t('Save'),
|
'$submit' => t('Save'),
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue