Merge pull request #58 from owncloud/fix_app_ordering
Fix app ordering - ref owncloud/core#4324
This commit is contained in:
commit
3fc7c7ed82
@ -27,7 +27,7 @@ OCP\App::registerPersonal('documents', 'personal');
|
|||||||
|
|
||||||
OCP\App::addNavigationEntry(array(
|
OCP\App::addNavigationEntry(array(
|
||||||
'id' => 'documents_index',
|
'id' => 'documents_index',
|
||||||
'order' => 80,
|
'order' => 2,
|
||||||
'href' => OCP\Util::linkTo('documents', 'index.php'),
|
'href' => OCP\Util::linkTo('documents', 'index.php'),
|
||||||
'icon' => OCP\Util::imagePath('documents', 'documents.svg'),
|
'icon' => OCP\Util::imagePath('documents', 'documents.svg'),
|
||||||
'name' => 'Documents')
|
'name' => 'Documents')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user