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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-13 01:33:09 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-13 01:33:09 +0300
commitb99ecb3c235436bbdf50952b502465ba440d57bc (patch)
treec64f0df72e11c66ee7a8b0367376700caf2763e0 /apps/systemtags/lib
parenta133e7970d766d9bb54da678174ef3dd53270357 (diff)
move systemstags to sharign section, drop collaboration section
Diffstat (limited to 'apps/systemtags/lib')
-rw-r--r--apps/systemtags/lib/Settings/Admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemtags/lib/Settings/Admin.php b/apps/systemtags/lib/Settings/Admin.php
index ed72e17cf50..fbdec8741f7 100644
--- a/apps/systemtags/lib/Settings/Admin.php
+++ b/apps/systemtags/lib/Settings/Admin.php
@@ -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;
}
}