Load AppShell class.

This commit is contained in:
Heath Nail 2011-05-18 21:05:21 -04:00
parent b3e1c2a9ee
commit eecd91e99f

View file

@ -210,6 +210,7 @@ class ShellDispatcher {
$class = Inflector::camelize($shell) . 'Shell';
App::uses('Shell', 'Console');
App::uses('AppShell', 'Console');
App::uses($class, $plugin . 'Console/Command');
if (!class_exists($class)) {