From: Jan Schneider Date: Thu, 15 Jan 2009 16:56:49 +0000 (+0100) Subject: We still need to load at least IMP.php since autoloading only works from X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=628d838259b0fbc85f5aa21e852bf1553d8ee36a;p=horde.git We still need to load at least IMP.php since autoloading only works from inside IMP, but prefs.php is also loaded from outside IMP. --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 27f20be1f..0b47a378f 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -4,6 +4,7 @@ */ // Make sure that constants are defined. +require_once dirname(__FILE__) . '/../lib/IMP.php'; $is_pop3 = isset($_SESSION['imp']['protocol']) && ($_SESSION['imp']['protocol'] == 'pop'); $prefGroups['identities'] = array(