fixed fatal error: Cannot pass parameter 6 (of calendar_boupdate::update) by reference

This commit is contained in:
Ralf Becker 2011-11-11 12:54:03 +00:00
parent 89ed7d49d1
commit cf5f904abc

View File

@ -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;
}
}