Merge pull request #10930 from MrPetovan/bug/warnings
Fix path template variable structure in mod/fbrowser
This commit is contained in:
commit
c7d59a1cd9
|
@ -121,7 +121,7 @@ function fbrowser_content(App $a)
|
||||||
$tpl = Renderer::getMarkupTemplate($template_file);
|
$tpl = Renderer::getMarkupTemplate($template_file);
|
||||||
$o = Renderer::replaceMacros($tpl, [
|
$o = Renderer::replaceMacros($tpl, [
|
||||||
'$type' => 'file',
|
'$type' => 'file',
|
||||||
'$path' => [ [ "", DI::l10n()->t("Files")] ],
|
'$path' => ['' => DI::l10n()->t('Files')],
|
||||||
'$folders' => false,
|
'$folders' => false,
|
||||||
'$files' => $files,
|
'$files' => $files,
|
||||||
'$cancel' => DI::l10n()->t('Cancel'),
|
'$cancel' => DI::l10n()->t('Cancel'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user