projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5738f67
)
Initialize IMP before authentication.
author
Jan Schneider
<jan@horde.org>
Mon, 18 Jan 2010 17:07:42 +0000
(18:07 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 18 Jan 2010 17:07:42 +0000
(18:07 +0100)
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
8f7b8a5
..
8defa1d
100644
(file)
--- a/
imp/lib/Auth.php
+++ b/
imp/lib/Auth.php
@@
-32,6
+32,7
@@
class IMP_Auth
static public function authenticate($credentials = array())
{
// Do 'horde' authentication.
+ Horde_Registry::appInit('imp', array('tz' => true, 'authentication' => false));
$imp_app = $GLOBALS['registry']->getApiInstance('imp', 'application');
if ($imp_app->initParams['authentication'] == 'horde') {
if (Horde_Auth::getAuth()) {