projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a035a
)
Track autoload changes
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Aug 2009 23:33:19 +0000
(17:33 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Aug 2009 23:33:19 +0000
(17:33 -0600)
imp/lib/base.php
patch
|
blob
|
history
diff --git
a/imp/lib/base.php
b/imp/lib/base.php
index
c2060bb
..
19cea7b
100644
(file)
--- 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';
}