From ea44c02ed4c652b940fdcbec5bc967c424d500e1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 16 Oct 2009 05:54:15 -0600 Subject: [PATCH] Add missing array key --- framework/Auth/lib/Horde/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index ab387f472..f63075852 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -673,7 +673,7 @@ class Horde_Auth } return isset($_SESSION['horde_auth']['app']) - ? @unserialize(Horde_Secret::read(Horde_Secret::getKey('auth'), $_SESSION['horde_auth']['app'])) + ? @unserialize(Horde_Secret::read(Horde_Secret::getKey('auth'), $_SESSION['horde_auth']['app'][$app])) : false; } -- 2.11.0