mirror of
https://github.com/friendica/friendica
synced 2024-11-18 11:03:42 +00:00
Merge pull request #10930 from MrPetovan/bug/warnings
Fix path template variable structure in mod/fbrowser
This commit is contained in:
commit
c7d59a1cd9
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ function fbrowser_content(App $a)
|
|||
$tpl = Renderer::getMarkupTemplate($template_file);
|
||||
$o = Renderer::replaceMacros($tpl, [
|
||||
'$type' => 'file',
|
||||
'$path' => [ [ "", DI::l10n()->t("Files")] ],
|
||||
'$path' => ['' => DI::l10n()->t('Files')],
|
||||
'$folders' => false,
|
||||
'$files' => $files,
|
||||
'$cancel' => DI::l10n()->t('Cancel'),
|
||||
|
|
Loading…
Reference in a new issue