Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/ThemingDefaults.php')
-rw-r--r--apps/theming/lib/ThemingDefaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php
index fc07ac6619d..76dd0137020 100644
--- a/apps/theming/lib/ThemingDefaults.php
+++ b/apps/theming/lib/ThemingDefaults.php
@@ -180,7 +180,7 @@ class ThemingDefaults extends \OC_Defaults {
];
$navigation = $this->navigationManager->getAll(INavigationManager::TYPE_GUEST);
- $guestNavigation = array_map(function($nav) {
+ $guestNavigation = array_map(function ($nav) {
return [
'text' => $nav['name'],
'url' => $nav['href']