From 9b807ba4ab10a21692dc4d11fdfa9d6dbbad42af Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 22 Jul 2009 13:13:52 -0400 Subject: [PATCH] fix case of key 'userid' -> 'userId' --- imp/lib/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index 09cb94601..6097da8a6 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -231,7 +231,7 @@ class IMP_Auth self::authenticate(array( 'password' => $credentials['password'], 'server' => $credentials['server'], - 'userid' => $credentials['userid'] + 'userId' => $credentials['userId'] )); } catch (Horde_Auth_Exception $e) { unset($_SESSION['imp']); -- 2.11.0