]> source.dussan.org Git - nextcloud-server.git/commitdiff
move systemstags to sharign section, drop collaboration section
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 12 Aug 2016 22:33:09 +0000 (00:33 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 16 Aug 2016 19:10:13 +0000 (21:10 +0200)
apps/systemtags/lib/Settings/Admin.php
lib/private/Settings/Manager.php

index ed72e17cf506ae0d37f056b63c3379a7e7da5448..fbdec8741f7846b365aa665a2049ae35f272fd67 100644 (file)
@@ -39,7 +39,7 @@ class Admin implements ISettings {
         * @return string the section ID, e.g. 'sharing'
         */
        public function getSection() {
-               return 'collaboration';
+               return 'sharing';
        }
 
        /**
@@ -50,7 +50,7 @@ class Admin implements ISettings {
         * E.g.: 70
         */
        public function getPriority() {
-               return 30;
+               return 70;
        }
 
 }
index 4b1b5befb2167c7c4866ed3a2abc1d7beae8283f..21400a9805affe3ca82833fd41011ea18a030d5c 100644 (file)
@@ -262,7 +262,6 @@ class Manager implements IManager {
                $sections = [
                         0 => [new Section('server',        $this->l->t('Server settings'), 0)],
                         5 => [new Section('sharing',       $this->l->t('Sharing'), 0)],
-                       15 => [new Section('collaboration', $this->l->t('Collaboration'), 0)],
                        45 => [new Section('encryption',    $this->l->t('Encryption'), 0)],
                        90 => [new Section('logging',       $this->l->t('Logging'), 0)],
                        98 => [new Section('additional',    $this->l->t('Additional settings'), 0)],