Move systemtags to general settings

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-11-19 08:52:02 +01:00
parent d0579bfb6d
commit 77cb7bfb9b
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class Admin implements ISettings {
* @return string the section ID, e.g. 'sharing' * @return string the section ID, e.g. 'sharing'
*/ */
public function getSection() { public function getSection() {
return 'workflow'; return 'server';
} }
/** /**

View File

@ -44,7 +44,7 @@ class AdminTest extends TestCase {
} }
public function testGetSection() { public function testGetSection() {
$this->assertSame('workflow', $this->admin->getSection()); $this->assertSame('server', $this->admin->getSection());
} }
public function testGetPriority() { public function testGetPriority() {