mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix for bug #439731.
This commit is contained in:
parent
6b990a110e
commit
2ccd875cad
@ -213,7 +213,7 @@
|
||||
{
|
||||
$phpgw->calendar->open('INBOX',intval($owner),'');
|
||||
$phpgw->calendar->event_init();
|
||||
$event = unserialize(str_replace('O:8:"stdClass"','O:13:"calendar_time"',$phpgw->session->appsession('entry','calendar')));
|
||||
$event = unserialize(str_replace('O:8:"stdClass"','O:13:"calendar_time"',serialize($phpgw->session->appsession('entry','calendar'))));
|
||||
$phpgw->calendar->event = $event;
|
||||
$datetime_check = validate($event);
|
||||
if($datetime_check)
|
||||
|
Loading…
Reference in New Issue
Block a user