Browse Source

Load AppShell class.

Heath Nail 15 years ago
parent
commit
eecd91e99f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Console/ShellDispatcher.php

+ 1 - 0
lib/Cake/Console/ShellDispatcher.php

@@ -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)) {