projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd6058e
)
Revert "fix case of key 'userid' -> 'userId'"
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Jul 2009 18:09:27 +0000
(12:09 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Jul 2009 18:09:27 +0000
(12:09 -0600)
This reverts commit
9b807ba4ab10a21692dc4d11fdfa9d6dbbad42af
.
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
a4c392c
..
d4c0a3c
100644
(file)
--- 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'],
- 'user
Id' => $credentials['userI
d']
+ 'user
id' => $credentials['useri
d']
));
} catch (Horde_Auth_Exception $e) {
unset($_SESSION['imp']);