diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-13 00:29:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-13 00:29:39 +0200 |
commit | a133e7970d766d9bb54da678174ef3dd53270357 (patch) | |
tree | 5f4a448df5a79473d9895eec45263ea57c15c6b0 /apps/updatenotification/lib | |
parent | 7a2b96c7e65eaaf58e0ad77b91532df0a2b6da5d (diff) | |
download | nextcloud-server-a133e7970d766d9bb54da678174ef3dd53270357.tar.gz nextcloud-server-a133e7970d766d9bb54da678174ef3dd53270357.zip |
make updatenotification settings appear as if it is part of the version part in server settings
Diffstat (limited to 'apps/updatenotification/lib')
-rw-r--r-- | apps/updatenotification/lib/Controller/AdminController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Controller/AdminController.php b/apps/updatenotification/lib/Controller/AdminController.php index 3c6ab463059..ebb3fa642f1 100644 --- a/apps/updatenotification/lib/Controller/AdminController.php +++ b/apps/updatenotification/lib/Controller/AdminController.php @@ -168,6 +168,6 @@ class AdminController extends Controller implements ISettings { * E.g.: 70 */ public function getPriority() { - return 5; + return 1; } } |