Skip to content

Commit

Permalink
correcting path the skeleton core file
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Jul 27, 2009
1 parent f9dc6b0 commit 9d4aa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/cake.php
Expand Up @@ -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();
}

Expand Down

0 comments on commit 9d4aa31

Please sign in to comment.