]> git.mxchange.org Git - friendica.git/blobdiff - mod/fbrowser.php
Merge pull request #11058 from MrPetovan/bug/10955-php-mysql-time
[friendica.git] / mod / fbrowser.php
index b9f9b4c7f6a3e4b6c399fffa095a9658fbb92337..9bd7793e4269811798075ee876ff04cf27f57455 100644 (file)
@@ -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'),