mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +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->open('INBOX',intval($owner),'');
|
||||||
$phpgw->calendar->event_init();
|
$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;
|
$phpgw->calendar->event = $event;
|
||||||
$datetime_check = validate($event);
|
$datetime_check = validate($event);
|
||||||
if($datetime_check)
|
if($datetime_check)
|
||||||
|
Loading…
Reference in New Issue
Block a user