From: Michael M Slusarz Date: Wed, 20 Jan 2010 06:01:54 +0000 (-0700) Subject: Revert "Initialize IMP before authentication." X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f144df1430d4933b278cfc3d947affc1c40770f0;p=horde.git Revert "Initialize IMP before authentication." This reverts commit 3e57144addc0ccbc8358ab7cdf18204132b7455a. --- diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index 8defa1d1e..8f7b8a50b 100644 --- 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()) {