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

This commit is contained in:
Renan Gonçalves 2011-04-17 08:29:02 +02:00
parent a07094fd69
commit 5280f5aa5c

View file

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