From 74ddade8a0b715b389202b4318da5115a39cef3c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 2 Aug 2011 15:55:20 +0000 Subject: [PATCH] fixed PHP fatal error: can not pass parameter 6 by reference --- calendar/inc/class.calendar_uiforms.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_uiforms.inc.php b/calendar/inc/class.calendar_uiforms.inc.php index 304c7b3078..2dbf0de178 100644 --- a/calendar/inc/class.calendar_uiforms.inc.php +++ b/calendar/inc/class.calendar_uiforms.inc.php @@ -634,7 +634,7 @@ class calendar_uiforms extends calendar_ui ($last = $occurrence)); $last->setTime(0, 0, 0); $old_event['recur_enddate'] = egw_time::to($last, 'ts'); - if (!$this->bo->update($old_event,true,true,false,true,null,$content['no_notifications'])) + if (!$this->bo->update($old_event,true,true,false,true,$dummy=null,$content['no_notifications'])) { $msg .= ($msg ? ', ' : '') .lang('Error: the entry has been updated since you opened it for editing!').'
'. lang('Copy your changes to the clipboard, %1reload the entry%2 and merge them.','