Skip to content
Snippets Groups Projects
Unverified Commit 77cb7bfb authored by Julius Härtl's avatar Julius Härtl
Browse files

Move systemtags to general settings


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent d0579bfb
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ class Admin implements ISettings { ...@@ -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';
} }
/** /**
......
...@@ -44,7 +44,7 @@ class AdminTest extends TestCase { ...@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment