aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
diff options
context:
space:
mode:
authorfnuesse <felix.nuesse@t-online.de>2018-06-27 00:26:52 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-12 16:49:38 +0200
commit9b914bd68dc53d5fe5ac98e9bbeb3b8da436096e (patch)
tree91cc7eb737cecea0bfae1c8fcf4663fc952dc773 /apps/files/lib
parentdf9bae41bbae73220df134e8fc92d084ed03fa64 (diff)
downloadnextcloud-server-9b914bd68dc53d5fe5ac98e9bbeb3b8da436096e.tar.gz
nextcloud-server-9b914bd68dc53d5fe5ac98e9bbeb3b8da436096e.zip
Set Quickaccess-ordering to custom order
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'apps/files/lib')
-rw-r--r--apps/files/lib/Controller/ViewController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php
index 165cf86a1ce..7a07df678b2 100644
--- a/apps/files/lib/Controller/ViewController.php
+++ b/apps/files/lib/Controller/ViewController.php
@@ -216,7 +216,7 @@ class ViewController extends Controller {
'order' => 5,
'name' => $this->l10n->t('Favorites'),
'sublist' => $favoritesSublistArray,
- 'draggableSublist' => 'false',
+ 'draggableSublist' => 'true',
'defaultExpandedState' => $defaultExpandedState,
'enableMenuButton' => 0,
]