Signed-off-by: mark_story <mark@mark-story.com>
@@ -271,6 +271,7 @@ class CacheHelper extends AppHelper {
";
} else {
$file .= "
+ App::uses('{$this->_View->plugin}AppController', '{$this->_View->plugin}.Controller');
App::uses('{$this->_View->name}Controller', '{$this->_View->plugin}.Controller');
}