fixed fatal error: 6. param is no reference

This commit is contained in:
Ralf Becker 2011-03-24 22:17:11 +00:00
parent ded17410ba
commit 4fcd8a40bb

View File

@ -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]);