Revert Cake to CakePHP in ShellDispatcher::_initEnvironment()

This commit is contained in:
Bryan Crowe 2013-10-09 23:41:15 -04:00
parent 4242bd4f3d
commit 46c21a9a20

View file

@ -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);
}