mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Move systemtags to general settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
d0579bfb6d
commit
77cb7bfb9b
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ class Admin implements ISettings {
|
|||
* @return string the section ID, e.g. 'sharing'
|
||||
*/
|
||||
public function getSection() {
|
||||
return 'workflow';
|
||||
return 'server';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class AdminTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testGetSection() {
|
||||
$this->assertSame('workflow', $this->admin->getSection());
|
||||
$this->assertSame('server', $this->admin->getSection());
|
||||
}
|
||||
|
||||
public function testGetPriority() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue