typo/scope
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 20 Oct 2010 23:42:55 +0000 (19:42 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 22 Oct 2010 12:58:04 +0000 (08:58 -0400)
kronolith/lib/Kronolith.php

index 0893756..c9c2a7f 100644 (file)
@@ -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);
             }