From c6cc9c06b26bb329182b7df286c9c2b5804ee716 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 Aug 2009 17:33:19 -0600 Subject: [PATCH] Track autoload changes --- imp/lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/base.php b/imp/lib/base.php index c2060bbeb..19cea7bfe 100644 --- a/imp/lib/base.php +++ b/imp/lib/base.php @@ -76,7 +76,7 @@ $authentication = Horde_Util::nonInputVar('imp_authentication'); if ($authentication == 'horde') { // Autoloading for imp is not set until pushApp(), so need to add lib // path here explicitly. - Horde_Autoloader::addClassPattern('/^IMP_/i', IMP_BASE . '/lib'); + Horde_Autoloader::addClassPattern('/^IMP(?:$|_)/i', IMP_BASE . '/lib'); IMP_Auth::$authType = 'horde'; } -- 2.11.0