Correctly save date-only task start dates
This commit is contained in:
parent
78077bcb0a
commit
1b55957fef
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class kolab_format_task extends kolab_format_xcal
|
|||
$this->obj->setPercentComplete(intval($object['complete']));
|
||||
|
||||
if (isset($object['start']))
|
||||
$this->obj->setStart(self::get_datetime($object['start']));
|
||||
$this->obj->setStart(self::get_datetime($object['start'], null, $object['start']->_dateonly));
|
||||
|
||||
$this->obj->setDue(self::get_datetime($object['due'], null, $object['due']->_dateonly));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue