Fix for #39 (color not sent in props)
This commit is contained in:
parent
43c30995b0
commit
f154953979
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class caldav_driver extends calendar_driver
|
|||
$this->rc->user->ID,
|
||||
$source ? $source['source_id'] : null,
|
||||
$prop['name'],
|
||||
$prop['color'],
|
||||
isset($prop['color']) ? $prop['color'] : '#cc0000',
|
||||
$prop['showalarms']?1:0,
|
||||
$prop['caldav_url'],
|
||||
isset($prop["caldav_tag"]) ? $prop["caldav_tag"] : null,
|
||||
|
|
Loading…
Reference in a new issue