From: Michael M Slusarz Date: Wed, 12 May 2010 20:37:07 +0000 (-0600) Subject: This MUST be require, not include, since without Autoloader we ain't going anywhere X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a30c95a0915fcd77bb2addccdbd13a52a5ae6a5a;p=horde.git This MUST be require, not include, since without Autoloader we ain't going anywhere --- diff --git a/horde/lib/core.php b/horde/lib/core.php index 6c4cc8957..bec984ae0 100644 --- 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. */ -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