Making shells run again

This commit is contained in:
José Lorenzo Rodríguez 2010-12-07 01:26:10 -04:30
parent 1c0a4c9e0a
commit e3690ebccb
29 changed files with 28 additions and 29 deletions

View file

@ -40,7 +40,7 @@ error_reporting(E_ALL & ~E_DEPRECATED);
/**
* Path to the cake directory.
*/
define('CAKE', CORE_PATH . 'lib' . DS . 'Cake' . DS);
define('CAKE', CORE_PATH . 'Cake' . DS);
/**
* Path to the application's directory.
@ -126,7 +126,7 @@ if (!defined('CONFIGS')) {
/**
* Path to the console libs direcotry.
*/
define('CONSOLE_LIBS', CAKE.'console'.DS.'libs'.DS);
define('CONSOLE_LIBS', CAKE . 'Console' . DS);
/**
* Path to the tests directory.