Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrik Kernstock <info@pkern.at>2018-08-25 01:00:34 +0300
committerGitHub <noreply@github.com>2018-08-25 01:00:34 +0300
commit13e5bd2aa2ae3e98c54653ef50671dd2e1ab48ab (patch)
tree0b6d7aa2b0ce6542dd5cf92c454f9a6201456206 /lib
parent817bc4116780ff5c4fed67197598fb6a3fa75a32 (diff)
parent3374b25bfde964c4c0aae60af0d8ac0013486f72 (diff)
Merge branch 'master' into add-apps-monitoring
Diffstat (limited to 'lib')
-rw-r--r--lib/Settings/AdminSection.php4
1 files changed, 2 insertions, 2 deletions
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;
}
/**