From: Michael M Slusarz Date: Tue, 4 Aug 2009 23:33:19 +0000 (-0600) Subject: Track autoload changes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c6cc9c06b26bb329182b7df286c9c2b5804ee716;p=horde.git Track autoload changes --- 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'; }