projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c886f
)
This MUST be require, not include, since without Autoloader we ain't going anywhere
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 May 2010 20:37:07 +0000
(14:37 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 May 2010 21:40:19 +0000
(15:40 -0600)
horde/lib/core.php
patch
|
blob
|
history
diff --git
a/horde/lib/core.php
b/horde/lib/core.php
index
6c4cc89
..
bec984a
100644
(file)
--- a/
horde/lib/core.php
+++ b/
horde/lib/core.php
@@
-37,7
+37,7
@@
if (file_exists(HORDE_BASE . '/config/horde.local.php')) {
/* Set up autoload paths for core Horde libs (located in lib/). This can't
* be defined in Horde_Autoloader since the current directory path can not be
* determined there. */
-
includ
e_once 'Horde/Autoloader.php';
+
requir
e_once 'Horde/Autoloader.php';
Horde_Autoloader::addClassPattern('/^Horde(?:$|_)/i', $dirname);
/* Default exception handler for uncaught exceptions. The default fatal