diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index ba1536fbf7..cdcb5f5dae 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -126,7 +126,7 @@ $this->bo->return_to = $_GET['menuaction']. sprintf('&date=%04d%02d%02d',$this->bo->year,$this->bo->month,$this->bo->day); // reset the matrixview participants - # $GLOBALS['phpgw']->session->appsession('participants', NULL,''); + $GLOBALS['phpgw']->session->appsession('participants', NULL,''); } $this->bo->save_sessiondata(); }