Browse Source

Fixing the CAKE_CORE_INCLUDE_PATH, including the new 'lib' namespace.

Renan Gonçalves 15 years ago
parent
commit
5280f5aa5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
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');
 	}
 
 /**