/* Suppress menus in prefs screen and indicate that notifications should use
* the ajax mode. */
-$session['horde:notification_override'] = array(
- KRONOLITH_BASE . '/lib/Notification/Listener/AjaxStatus.php',
- 'Kronolith_Notification_Listener_AjaxStatus'
-);
+$session->set('horde', 'notification_override',
+ array(KRONOLITH_BASE . '/lib/Notification/Listener/AjaxStatus.php',
+ 'Kronolith_Notification_Listener_AjaxStatus'));
$eventAlarmMethods = $eventAlarmParams = $taskAlarmMethods = $taskAlarmParams = '';
foreach ($injector->getInstance('Horde_Alarm')->handlers() as $method => $handler) {