diff --git a/calendar/inc/class.bocalendar.inc.php b/calendar/inc/class.bocalendar.inc.php index 32a9a6873a..5171b73936 100755 --- a/calendar/inc/class.bocalendar.inc.php +++ b/calendar/inc/class.bocalendar.inc.php @@ -1126,6 +1126,15 @@ $bolink->link('calendar',$event['id'],'projects',$l_cal['project']); } } + + // just a hook + $singleHookValues = array + ( + 'location' => 'updateevent', + 'hookValues' => $event + ); + $GLOBALS['phpgw']->hooks->process($singleHookValues); + if($send_to_ui) { $this->read_sessiondata();