From 3747531f320cbb6026290bf0010a4547d42e9f73 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 1 Aug 2017 13:17:19 +0200 Subject: [PATCH] Fix typo --- plugins/calendar/config.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/config.inc.php.dist b/plugins/calendar/config.inc.php.dist index 3d91e2d9..99da1edc 100644 --- a/plugins/calendar/config.inc.php.dist +++ b/plugins/calendar/config.inc.php.dist @@ -169,6 +169,6 @@ $config['kolab_invitation_calendars'] = false; // Enables displaying of free-busy URL with token-based authentication // Set it to the prefix URL, e.g. 'https://hostname/freebusy' or just '/freebusy'. // See freebusy_session_auth in configuration of kolab_auth plugin. -$calendar['calendar_freebusy_session_auth_url'] = null; +$config['calendar_freebusy_session_auth_url'] = null; ?>