Move calendar settings into basic settings

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-24 15:42:02 +01:00 committed by Julius Härtl
parent e7fafa6b15
commit b068809d9f
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class CalDAVSettings implements ISettings {
* @return string
*/
public function getSection() {
return 'groupware';
return 'server';
}
/**

View File

@ -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() {