From 4d62f0a1bc832a81b6a536faa86037d744beedbe Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 20 Oct 2010 19:42:55 -0400 Subject: [PATCH] typo/scope --- kronolith/lib/Kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 08937569f..c9c2a7f99 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -973,7 +973,7 @@ class Kronolith $GLOBALS['display_external_calendars'] = array(); $GLOBALS['display_resource_calendars'] = array(); $GLOBALS['display_holidays'] = array(); - $calendars = $sessino['kronolith:display_cal']; + $calendars = $GLOBALS['session']['kronolith:display_cal']; if (!is_array($calendars)) { $calendars = array($calendars); } -- 2.11.0