From 5cc3ff85ead8afe8df1997494e148893f1f58141 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 22 Jul 2009 12:09:27 -0600 Subject: [PATCH] Revert "fix case of key 'userid' -> 'userId'" This reverts commit 9b807ba4ab10a21692dc4d11fdfa9d6dbbad42af. --- 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 a4c392c18..d4c0a3c83 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -230,7 +230,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