mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing parse error in bake shell
This commit is contained in:
parent
6dee1277c4
commit
dac34555f8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue