forked from extern/egroupware
also set date_format if servertime gets set - just for the case that it is used later
This commit is contained in:
parent
14d4f08b36
commit
68dc2e4f47
@ -240,6 +240,7 @@ class calendar_ical extends calendar_boupdate
|
||||
($event['recur_enddate'] - $event['start']) > 15778800)
|
||||
{
|
||||
$servertime = true;
|
||||
$date_format = 'ts';
|
||||
// read the event again with timestamps
|
||||
$event = $this->read($event['id'], 0, false, 'ts');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user