diff options
Diffstat (limited to 'apps/dav/lib/Service/DefaultContactService.php')
-rw-r--r-- | apps/dav/lib/Service/DefaultContactService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Service/DefaultContactService.php b/apps/dav/lib/Service/DefaultContactService.php index ad7a1179195..24e55ef7b69 100644 --- a/apps/dav/lib/Service/DefaultContactService.php +++ b/apps/dav/lib/Service/DefaultContactService.php @@ -28,7 +28,7 @@ class DefaultContactService { } public function createDefaultContact(int $addressBookId): void { - $enableDefaultContact = $this->config->getValueString(Application::APP_ID, 'enableDefaultContact', 'no'); + $enableDefaultContact = $this->config->getValueString(Application::APP_ID, 'enableDefaultContact', 'yes'); if ($enableDefaultContact !== 'yes') { return; } |