mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-20 06:09:32 +00:00
Explicitly default collections_always_exist to false.
This commit is contained in:
parent
a4ad2d8fe6
commit
ae4bb2eed8
@ -102,7 +102,7 @@ $c->admin_email ='calendar-admin@example.com';
|
|||||||
* creation of calendar collections.
|
* creation of calendar collections.
|
||||||
* Default: true
|
* Default: true
|
||||||
*/
|
*/
|
||||||
// $c->collections_always_exist = true;
|
$c->collections_always_exist = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of a user's "home" calendar. This will be created for each
|
* The name of a user's "home" calendar. This will be created for each
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user