From 9d4aa3188e5f0bf84766abc7fe8a2a0db9a1ae9f Mon Sep 17 00:00:00 2001 From: AD7six Date: Mon, 27 Jul 2009 23:26:13 +0200 Subject: [PATCH] correcting path the skeleton core file --- cake/console/cake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/cake.php b/cake/console/cake.php index c0b3fe5b21e..db5effb85e4 100644 --- a/cake/console/cake.php +++ b/cake/console/cake.php @@ -278,7 +278,7 @@ function __bootstrap() { Configure::getInstance(file_exists(CONFIGS . 'bootstrap.php')); if (!file_exists(APP_PATH . 'config' . DS . 'core.php')) { - include_once CORE_PATH . 'cake' . DS . 'console' . DS . 'libs' . DS . 'templates' . DS . 'skel' . DS . 'config' . DS . 'core.php'; + include_once CORE_PATH . 'cake' . DS . 'console' . DS . 'templates' . DS . 'skel' . DS . 'config' . DS . 'core.php'; App::build(); }