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:
authorJoas Schilling <coding@schilljs.com>2016-08-19 11:33:41 +0300
committerJoas Schilling <coding@schilljs.com>2016-08-19 13:23:05 +0300
commit6d4ede3e84a95340f3a2c51c57384d30d8467f8a (patch)
treeb6b9c5ee2990567e6e79912a368068e1bcd34c07 /apps/systemtags/lib
parentae36731604e4b22901f6207b30e419dec28dd3f5 (diff)
System tags are not sharing but workflow
Diffstat (limited to 'apps/systemtags/lib')
-rw-r--r--apps/systemtags/lib/Settings/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/lib/Settings/Admin.php b/apps/systemtags/lib/Settings/Admin.php
index fbdec8741f7..c8d986414e6 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 'sharing';
+ return 'additional';
}
/**