projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c716eb8
)
autoloader is now included in core.php
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Jan 2009 02:36:08 +0000
(21:36 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Jan 2009 02:36:08 +0000
(21:36 -0500)
imp/lib/base.php
patch
|
blob
|
history
diff --git
a/imp/lib/base.php
b/imp/lib/base.php
index
77870d6
..
674fbc9
100644
(file)
--- a/
imp/lib/base.php
+++ b/
imp/lib/base.php
@@
-43,7
+43,6
@@
if (!defined('IMP_BASE')) {
// Load the Horde Framework core, and set up inclusion paths.
require_once HORDE_BASE . '/lib/core.php';
-require_once 'Horde/Autoloader.php';
Horde_Autoloader::addClassPattern('/^IMP_/', dirname(__FILE__));
// Registry.