Fix typo
This commit is contained in:
parent
2586d83fa1
commit
3747531f32
1 changed files with 1 additions and 1 deletions
|
@ -169,6 +169,6 @@ $config['kolab_invitation_calendars'] = false;
|
||||||
// Enables displaying of free-busy URL with token-based authentication
|
// Enables displaying of free-busy URL with token-based authentication
|
||||||
// Set it to the prefix URL, e.g. 'https://hostname/freebusy' or just '/freebusy'.
|
// Set it to the prefix URL, e.g. 'https://hostname/freebusy' or just '/freebusy'.
|
||||||
// See freebusy_session_auth in configuration of kolab_auth plugin.
|
// See freebusy_session_auth in configuration of kolab_auth plugin.
|
||||||
$calendar['calendar_freebusy_session_auth_url'] = null;
|
$config['calendar_freebusy_session_auth_url'] = null;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue