forked from extern/egroupware
calendar: handle catchable fatal error while trying to build rule
This commit is contained in:
parent
850dfec770
commit
a5342d2eb1
@ -1584,6 +1584,7 @@ class calendar_bo
|
||||
*/
|
||||
function recure2string($event)
|
||||
{
|
||||
if (!is_array($event)) return false;
|
||||
return (string)calendar_rrule::event2rrule($event);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user