浏览代码

Merge pull request #85 from sitedyno/2.0-appshell

2.0 appshell
José Lorenzo Rodríguez 15 年之前
父节点
当前提交
4d35d634c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)) {