Skip to content

Commit

Permalink
Updating ShellDispatcher to use import() and new paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 17, 2010
1 parent a76ce4a commit 2cdbd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/shell_dispatcher.php
Expand Up @@ -317,7 +317,7 @@ protected function _getShell($plugin = null) {
}

if (!class_exists('Shell')) {
require CONSOLE_LIBS . 'shell.php';
App::import('Shell', 'Shell');
}

if (!class_exists($this->shellClass)) {
Expand Down

0 comments on commit 2cdbd67

Please sign in to comment.