diff --git a/calendar/inc/class.calendar_so.inc.php b/calendar/inc/class.calendar_so.inc.php index e2c250516c..fa87d5691a 100644 --- a/calendar/inc/class.calendar_so.inc.php +++ b/calendar/inc/class.calendar_so.inc.php @@ -1696,7 +1696,7 @@ ORDER BY cal_user_type, cal_usre_id * are dealing with, default is now. * @return boolean true if alarm could be shifted, false if not */ - public static function shift_alarm(array $_event, array &$alarm, $timestamp) + public static function shift_alarm(array $_event, array &$alarm, $timestamp=null) { if ($_event['recur_type'] == MCAL_RECUR_NONE) {