X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffbrowser.php;h=9bd7793e4269811798075ee876ff04cf27f57455;hb=a2f1bf6a83cef0b67d060b6a4686e585e5908c42;hp=b9f9b4c7f6a3e4b6c399fffa095a9658fbb92337;hpb=13827edd2cb6632a13ca983fe8c47cf679eaf4dc;p=friendica.git diff --git a/mod/fbrowser.php b/mod/fbrowser.php index b9f9b4c7f6..9bd7793e42 100644 --- a/mod/fbrowser.php +++ b/mod/fbrowser.php @@ -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'),