mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing undefinded variable error
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5115 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
96da12358f
commit
5077bfc93e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class ControllerTask extends Shell {
|
||||||
$this->hr();
|
$this->hr();
|
||||||
$this->out('Controller Bake:');
|
$this->out('Controller Bake:');
|
||||||
$this->hr();
|
$this->hr();
|
||||||
|
$actions = '';
|
||||||
$uses = array();
|
$uses = array();
|
||||||
$helpers = array();
|
$helpers = array();
|
||||||
$components = array();
|
$components = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue