diff options
Diffstat (limited to '')
-rw-r--r-- | include/calendar_monthly.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/calendar_monthly.class.php b/include/calendar_monthly.class.php index 556e6e976..0d70ea4c6 100644 --- a/include/calendar_monthly.class.php +++ b/include/calendar_monthly.class.php @@ -69,7 +69,7 @@ function generate_category_content() { global $conf, $page; - $view_type = $page['chronology']['view']; + $view_type = $page['chronology_view']; if ($view_type==CAL_VIEW_CALENDAR) { if ( count($page['chronology_date'])==0 ) |