Fixing parse error in bake shell

This commit is contained in:
Jose Lorenzo Rodriguez 2011-03-08 15:18:10 -04:30
parent 6dee1277c4
commit dac34555f8

View file

@ -176,7 +176,7 @@ class BakeShell extends Shell {
$this->Controller->bakeTest($controller);
}
}
App::uses($controller . 'Controller', 'Controller')
App::uses($controller . 'Controller', 'Controller');
if (class_exists($controller . 'Controller')) {
$this->View->args = array($controller);
$this->View->execute();