From f144df1430d4933b278cfc3d947affc1c40770f0 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 19 Jan 2010 23:01:54 -0700 Subject: [PATCH] Revert "Initialize IMP before authentication." This reverts commit 3e57144addc0ccbc8358ab7cdf18204132b7455a. --- imp/lib/Auth.php | 1 - 1 file changed, 1 deletion(-) 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()) { -- 2.11.0