diff --git a/cake/console/cake.php b/cake/console/cake.php index 472987c46..ef32c7538 100644 --- a/cake/console/cake.php +++ b/cake/console/cake.php @@ -264,6 +264,9 @@ class ShellDispatcher { include_once CORE_PATH . 'cake' . DS . 'console' . DS . 'templates' . DS . 'skel' . DS . 'config' . DS . 'core.php'; App::build(); } + if (!defined('FULL_BASE_URL')) { + define('FULL_BASE_URL', '/'); + } return true; }