mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
calendar: handle catchable fatal error while trying to build rule
This commit is contained in:
parent
f0d17f033d
commit
38d90dd362
@ -1518,6 +1518,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