From a30c95a0915fcd77bb2addccdbd13a52a5ae6a5a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 12 May 2010 14:37:07 -0600 Subject: [PATCH] This MUST be require, not include, since without Autoloader we ain't going anywhere --- horde/lib/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0