mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge branch '1.3-bake' of dev@code.cakephp.org:cakephp into 1.3-bake
This commit is contained in:
commit
aaf348320b
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ class ShellDispatcher {
|
||||||
Configure::getInstance(file_exists(CONFIGS . 'bootstrap.php'));
|
Configure::getInstance(file_exists(CONFIGS . 'bootstrap.php'));
|
||||||
|
|
||||||
if (!file_exists(APP_PATH . 'config' . DS . 'core.php')) {
|
if (!file_exists(APP_PATH . 'config' . DS . 'core.php')) {
|
||||||
include_once CORE_PATH . 'cake' . DS . 'console' . DS . 'libs' . DS . 'templates' . DS . 'skel' . DS . 'config' . DS . 'core.php';
|
include_once CORE_PATH . 'cake' . DS . 'console' . DS . 'templates' . DS . 'skel' . DS . 'config' . DS . 'core.php';
|
||||||
App::build();
|
App::build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue