diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-05-20 11:06:09 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-30 10:06:29 +0200 |
commit | d21b8108c88b33dbef465c7afc07613ab6466751 (patch) | |
tree | b6908f96d40d36231f1568cd68bec76f0281c12c /apps/files_trashbin/appinfo | |
parent | 89ff2857fc713d4ff5a635d87aef1a213d30d8e9 (diff) | |
download | nextcloud-server-d21b8108c88b33dbef465c7afc07613ab6466751.tar.gz nextcloud-server-d21b8108c88b33dbef465c7afc07613ab6466751.zip |
Fixed navigation order
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r-- | apps/files_trashbin/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index b8900ee0de3..383115b8e63 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -9,7 +9,7 @@ array( "id" => 'trashbin', "appname" => 'files_trashbin', "script" => 'list.php', - "order" => 1, + "order" => 50, "name" => $l->t('Deleted files') ) ); |