Revert "Remove dead code"

This reverts commit bf908762db.
This commit is contained in:
chinpei215 2016-11-27 01:25:01 +09:00
parent bbb87b3e87
commit f9d2a52152

View file

@ -139,7 +139,7 @@ class ShellDispatcher {
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')) {