Skip to content

Commit 8bae652

Browse files
committed
fixup! feat: send invitation emails through ICreateFromString
1 parent 659500a commit 8bae652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dav/lib/CalDAV/EmbeddedCalDavServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function __construct(bool $public = true) {
9292
Server::get(IConfig::class),
9393
Server::get(IURLGenerator::class)
9494
));
95-
if ($appConfig->getAppValue('dav', 'sendInvitations', 'yes') === 'yes') {
95+
if ($appConfig->getValueString('dav', 'sendInvitations', 'yes') === 'yes') {
9696
$this->server->addPlugin(Server::get(\OCA\DAV\CalDAV\Schedule\IMipPlugin::class));
9797
}
9898

0 commit comments

Comments
 (0)