From 4eaa89fe459b7c92ee9b7838602798ba2e0d63bc Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 17 Aug 2018 14:07:25 +0200 Subject: keep the server setting at the top, right after "overview" and "basic settings" Signed-off-by: Bjoern Schiessle --- lib/Settings/AdminSection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Settings/AdminSection.php b/lib/Settings/AdminSection.php index 5f61267..eb74dfa 100644 --- a/lib/Settings/AdminSection.php +++ b/lib/Settings/AdminSection.php @@ -63,10 +63,10 @@ class AdminSection implements IIconSection { * the settings navigation. The sections are arranged in ascending order of * the priority values. It is required to return a value between 0 and 99. * - * keep the server setting at the top, right after "server settings" + * keep the server setting at the top, right after "overview" and "basic settings" */ public function getPriority() { - return 0; + return 1; } /** -- cgit v1.2.3