mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
fixed fatal error: Cannot pass parameter 6 (of calendar_boupdate::update) by reference
This commit is contained in:
parent
89ed7d49d1
commit
cf5f904abc
@ -874,7 +874,7 @@ class calendar_uiforms extends calendar_ui
|
||||
if (!($exception = $this->bo->read($id))) 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,$msg=null,$content['no_notifications']);
|
||||
$exceptions_kept = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user