forked from extern/egroupware
fixed fatal error: 6. param is no reference
This commit is contained in:
parent
ded17410ba
commit
4fcd8a40bb
@ -199,7 +199,7 @@ class calendar_uiforms extends calendar_ui
|
||||
$exception['recurrence'] != $content['recur_exception'][$key]) continue;
|
||||
$exception['uid'] = common::generate_uid('calendar', $id);
|
||||
$exception['reference'] = $exception['recurrence'] = 0;
|
||||
$this->bo->update($exception, true, true,false,true,null,$content['no_notifications']);
|
||||
$this->bo->update($exception, true, true,false,true,$message,$content['no_notifications']);
|
||||
break;
|
||||
}
|
||||
unset($content['recur_exception'][$key]);
|
||||
|
Loading…
Reference in New Issue
Block a user