mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
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:
parent
bab2df65d0
commit
49df24a5e3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue