projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c96ff1
)
Revert "Initialize IMP before authentication."
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 20 Jan 2010 06:01:54 +0000
(23:01 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 20 Jan 2010 15:35:08 +0000
(08:35 -0700)
This reverts commit
3e57144addc0ccbc8358ab7cdf18204132b7455a
.
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
8defa1d
..
8f7b8a5
100644
(file)
--- a/
imp/lib/Auth.php
+++ b/
imp/lib/Auth.php
@@
-32,7
+32,6
@@
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()) {