Skip to content

Commit

Permalink
Merge pull request #85 from sitedyno/2.0-appshell
Browse files Browse the repository at this point in the history
2.0 appshell
  • Loading branch information
lorenzo committed May 19, 2011
2 parents a19ff8e + eecd91e commit 4d35d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Console/ShellDispatcher.php
Expand Up @@ -210,6 +210,7 @@ protected function _getShell($shell) {
$class = Inflector::camelize($shell) . 'Shell';

App::uses('Shell', 'Console');
App::uses('AppShell', 'Console');
App::uses($class, $plugin . 'Console/Command');

if (!class_exists($class)) {
Expand Down

0 comments on commit 4d35d63

Please sign in to comment.