From: Michael M Slusarz Date: Fri, 5 Nov 2010 23:07:27 +0000 (-0600) Subject: Ingo has not been converted to Horde_Session fully yet X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f0e5977d075b83a29ed97592985fed2c3a76c8d6;p=horde.git Ingo has not been converted to Horde_Session fully yet --- diff --git a/ingo/lib/Application.php b/ingo/lib/Application.php index ff656d2a9..03f244869 100644 --- a/ingo/lib/Application.php +++ b/ingo/lib/Application.php @@ -235,8 +235,8 @@ class Ingo_Application extends Horde_Registry_Application */ public function prefsInit($ui) { - if (!isset($GLOBALS['session']['ingo:script_generate']) || - $GLOBALS['session']['ingo:script_generate']) { + if (!isset($_SESSION['ingo']['script_generate']) || + $_SESSION['ingo']['script_generate']) { $ui->suppressGroups[] = 'script'; } }