mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
correcting path the skeleton core file
This commit is contained in:
parent
f9dc6b01c1
commit
9d4aa3188e
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