From f9d2a52152813fdf9cd3a719b63ccb5d9c3791dd Mon Sep 17 00:00:00 2001 From: chinpei215 Date: Sun, 27 Nov 2016 01:25:01 +0900 Subject: [PATCH] Revert "Remove dead code" This reverts commit bf908762db80c39eb22a73a2dbde42c018e1b676. --- lib/Cake/Console/ShellDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index bb2095418dd..4b8a077e60a 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -139,7 +139,7 @@ protected function _bootstrap() { if (!defined('TMP') && !is_dir(APP . 'tmp')) { define('TMP', CAKE_CORE_INCLUDE_PATH . DS . 'Cake' . DS . 'Console' . DS . 'Templates' . DS . 'skel' . DS . 'tmp' . DS); } - + $boot = file_exists(ROOT . DS . APP_DIR . DS . 'Config' . DS . 'bootstrap.php'); require CORE_PATH . 'Cake' . DS . 'bootstrap.php'; if (!file_exists(APP . 'Config' . DS . 'core.php')) {