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:
authorJulius Härtl <jus@bitgrid.net>2019-11-19 10:52:02 +0300
committerJulius Härtl <jus@bitgrid.net>2019-11-27 00:00:03 +0300
commit77cb7bfb9b3cbbdef92ee32fbd5a6518f5129888 (patch)
treefb4c16bdeba1d8911db62ce8bcd5ca0be7794d7b /apps/systemtags/lib
parentd0579bfb6d534ba99b8b5cae91364257825dfec7 (diff)
Move systemtags to general settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 2d892f17f13..30ff403084d 100644
--- a/apps/systemtags/lib/Settings/Admin.php
+++ b/apps/systemtags/lib/Settings/Admin.php
@@ -40,7 +40,7 @@ class Admin implements ISettings {
* @return string the section ID, e.g. 'sharing'
*/
public function getSection() {
- return 'workflow';
+ return 'server';
}
/**