projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b47065
)
Autloader is included with core.php
author
Duck (Jakob Munih)
<duck@obala.net>
Mon, 23 Feb 2009 18:59:14 +0000
(19:59 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Mon, 23 Feb 2009 18:59:14 +0000
(19:59 +0100)
folks/lib/base.php
patch
|
blob
|
history
diff --git
a/folks/lib/base.php
b/folks/lib/base.php
index
c4c4b4d
..
9e0e751
100644
(file)
--- a/
folks/lib/base.php
+++ b/
folks/lib/base.php
@@
-16,7
+16,6
@@
if (!defined('HORDE_BASE')) {
// Load the Horde Framework core, and set up inclusion paths and autoloading.
require_once HORDE_BASE . '/lib/core.php';
-require_once 'Horde/Autoloader.php';
// Registry.
$registry = &Registry::singleton();