projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5154edf
)
Simplify
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Jan 2011 19:04:45 +0000
(12:04 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Jan 2011 19:09:30 +0000
(12:09 -0700)
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
078312e
..
e9021cc
100644
(file)
--- a/
imp/lib/Auth.php
+++ b/
imp/lib/Auth.php
@@
-158,11
+158,7
@@
class IMP_Auth
}
try {
- return self::authenticate(array(
- 'password' => $credentials['password'],
- 'server' => $credentials['server'],
- 'userId' => $credentials['userId']
- ));
+ return self::authenticate($credentials);
} catch (Horde_Auth_Exception $e) {
return false;
}