summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Controller/PageController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 10340848..d301928c 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -99,8 +99,8 @@ class PageController extends Controller {
// allow users to retrieve avatars from social networks (default: yes)
$syncAllowedByAdmin = $this->config->getAppValue(Application::APP_ID, 'allowSocialSync', 'yes');
- // allow users to retrieve the admin address book from social networks (default: yes)
- $allowSystemAddressBook = $this->config->getAppValue(Application::APP_ID, 'allowSystemAddressBook', 'no');
+ // allow users to retrieve the admin address book from social networks (default: no)
+ $allowSystemAddressBook = $this->config->getAppValue('dav', 'allowSystemAddressBook', 'no');
// automated background syncs for social avatars (default: no)
$bgSyncEnabledByUser = $this->config->getUserValue($userId, Application::APP_ID, 'enableSocialSync', 'no');