fix case of key 'userid' -> 'userId'
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 22 Jul 2009 17:13:52 +0000 (13:13 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 22 Jul 2009 17:13:52 +0000 (13:13 -0400)
imp/lib/Auth.php

index 09cb946..6097da8 100644 (file)
@@ -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']);