added missing param date_format

This commit is contained in:
Christian Binder 2009-10-06 12:41:08 +00:00
parent 64050083d1
commit 14d4f08b36

View File

@ -210,6 +210,7 @@ class calendar_ical extends calendar_boupdate
else
{
$servertime = false;
$date_format = 'server';
}
if (!is_array($event)
&& !($event = $this->read($event, $recur_date, false, $date_format)))