Move calendar settings into basic settings
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
e7fafa6b15
commit
b068809d9f
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ class CalDAVSettings implements ISettings {
|
|||
* @return string
|
||||
*/
|
||||
public function getSection() {
|
||||
return 'groupware';
|
||||
return 'server';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -49,7 +49,7 @@ class CalDAVSettingsTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testGetSection() {
|
||||
$this->assertEquals('groupware', $this->settings->getSection());
|
||||
$this->assertEquals('server', $this->settings->getSection());
|
||||
}
|
||||
|
||||
public function testGetPriority() {
|
||||
|
|
Loading…
Reference in a new issue