summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/index.php')
-rw-r--r--apps/files/index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/index.php b/apps/files/index.php
index 6f5989820b9..02076226c1a 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -90,11 +90,11 @@ function sortNavigationItems($item1, $item2) {
\OCA\Files\App::getNavigationManager()->add(
array(
- "id" => 'favorites',
- "appname" => 'files',
- "script" => 'simplelist.php',
- "order" => 50,
- "name" => $l->t('Favorites')
+ 'id' => 'favorites',
+ 'appname' => 'files',
+ 'script' => 'simplelist.php',
+ 'order' => 50,
+ 'name' => $l->t('Favorites')
)
);