ソースを参照

Revert Cake to CakePHP in ShellDispatcher::_initEnvironment()

Bryan Crowe 12 年 前
コミット
46c21a9a20
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Cake/Console/ShellDispatcher.php

+ 1 - 1
lib/Cake/Console/ShellDispatcher.php

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