projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6433fe0
)
fix case of key 'userid' -> 'userId'
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 22 Jul 2009 17:13:52 +0000
(13:13 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 22 Jul 2009 17:13:52 +0000
(13:13 -0400)
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
09cb946
..
6097da8
100644
(file)
--- 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'],
- 'user
id' => $credentials['useri
d']
+ 'user
Id' => $credentials['userI
d']
));
} catch (Horde_Auth_Exception $e) {
unset($_SESSION['imp']);