summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-12-15 17:20:41 +0100
committerVincent Petry <pvince81@owncloud.com>2014-12-15 17:20:41 +0100
commit207d77e5cdf6386dd22d87a5851adae38ad9f77f (patch)
tree5f9ac1b17b057d2760422578ada81393df02fc15 /apps/files/index.php
parent976baed5f9dec891fedc4756fa272dd5a0f4eae2 (diff)
downloadnextcloud-server-207d77e5cdf6386dd22d87a5851adae38ad9f77f.tar.gz
nextcloud-server-207d77e5cdf6386dd22d87a5851adae38ad9f77f.zip
Fixed small code style issues
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')
)
);