From 5280f5aa5c55513c525327a6e9412084ddc49049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves?= Date: Sun, 17 Apr 2011 08:29:02 +0200 Subject: [PATCH] Fixing the CAKE_CORE_INCLUDE_PATH, including the new 'lib' namespace. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 265576a3c..cda513cff 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,7 @@ * Full path to the directory containing "cake". Do not add trailing directory separator */ if (!defined('CAKE_CORE_INCLUDE_PATH')) { - define('CAKE_CORE_INCLUDE_PATH', ROOT); + define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'lib'); } /**