Create default calenar with alarms enabled (#2816)
This commit is contained in:
parent
a99148ec0c
commit
b48d9925d8
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class database_driver extends calendar_driver
|
|||
{
|
||||
// attempt to create a default calendar for this user
|
||||
if (empty($this->calendars)) {
|
||||
if ($this->create_calendar(array('name' => 'Default', 'color' => 'cc0000')))
|
||||
if ($this->create_calendar(array('name' => 'Default', 'color' => 'cc0000', 'showalarms' => true)))
|
||||
$this->_read_calendars();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue