We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659500a commit 8bae652Copy full SHA for 8bae652
1 file changed
apps/dav/lib/CalDAV/EmbeddedCalDavServer.php
@@ -92,7 +92,7 @@ public function __construct(bool $public = true) {
92
Server::get(IConfig::class),
93
Server::get(IURLGenerator::class)
94
));
95
- if ($appConfig->getAppValue('dav', 'sendInvitations', 'yes') === 'yes') {
+ if ($appConfig->getValueString('dav', 'sendInvitations', 'yes') === 'yes') {
96
$this->server->addPlugin(Server::get(\OCA\DAV\CalDAV\Schedule\IMipPlugin::class));
97
}
98
0 commit comments