From: Michael M Slusarz Date: Wed, 22 Jul 2009 18:09:27 +0000 (-0600) Subject: Revert "fix case of key 'userid' -> 'userId'" X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5cc3ff85ead8afe8df1997494e148893f1f58141;p=horde.git Revert "fix case of key 'userid' -> 'userId'" This reverts commit 9b807ba4ab10a21692dc4d11fdfa9d6dbbad42af. --- 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']);