mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Revert Cake to CakePHP in ShellDispatcher::_initEnvironment()
This commit is contained in:
parent
4242bd4f3d
commit
46c21a9a20
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class ShellDispatcher {
|
|||
*/
|
||||
protected function _initEnvironment() {
|
||||
if (!$this->_bootstrap()) {
|
||||
$message = "Unable to load CakePHP core.\nMake sure " . DS . 'lib' . DS . 'CakePHP exists in ' . CAKE_CORE_INCLUDE_PATH;
|
||||
$message = "Unable to load CakePHP core.\nMake sure " . DS . 'lib' . DS . 'Cake exists in ' . CAKE_CORE_INCLUDE_PATH;
|
||||
throw new CakeException($message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue