This MUST be require, not include, since without Autoloader we ain't going anywhere
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 May 2010 20:37:07 +0000 (14:37 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 May 2010 21:40:19 +0000 (15:40 -0600)
horde/lib/core.php

index 6c4cc89..bec984a 100644 (file)
@@ -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. */
-include_once 'Horde/Autoloader.php';
+require_once 'Horde/Autoloader.php';
 Horde_Autoloader::addClassPattern('/^Horde(?:$|_)/i', $dirname);
 
 /* Default exception handler for uncaught exceptions. The default fatal