another update for console bootstrap

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5534 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-08-16 08:42:21 +00:00
parent bab2df65d0
commit 49df24a5e3

View file

@ -212,6 +212,7 @@ class ShellDispatcher {
CORE_PATH . 'cake' . DS . 'basics.php',
CORE_PATH . 'cake' . DS . 'config' . DS . 'paths.php',
CORE_PATH . 'cake' . DS . 'libs' . DS . 'object.php',
CORE_PATH . 'cake' . DS . 'libs' . DS . 'inflector.php',
CORE_PATH . 'cake' . DS . 'libs' . DS . 'configure.php',
);
@ -230,7 +231,6 @@ class ShellDispatcher {
include_once APP_PATH . 'config' . DS . 'core.php';
}
require CORE_PATH . 'cake' . DS . 'libs' . DS . 'inflector.php';
require CORE_PATH . 'cake' . DS . 'libs' . DS . 'class_registry.php';
Configure::write('debug', 1);