From: Michael J. Rubinsky Date: Wed, 22 Jul 2009 17:13:52 +0000 (-0400) Subject: fix case of key 'userid' -> 'userId' X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9b807ba4ab10a21692dc4d11fdfa9d6dbbad42af;p=horde.git fix case of key 'userid' -> 'userId' --- 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']);