diff --git a/calendar/event.php b/calendar/event.php index b2ce6318cae..05bdef9ce9b 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -304,6 +304,7 @@ } } + echo ''; redirect(CALENDAR_URL.'view.php?view=day&course='.$urlcourse.'&cal_d='.$_REQUEST['d'].'&cal_m='.$_REQUEST['m'].'&cal_y='.$_REQUEST['y']); }