mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
fixing error in shell taskNames
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5079 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
4aa29a073d
commit
aca2ccf3bb
1 changed files with 6 additions and 0 deletions
|
@ -97,6 +97,12 @@ class Shell extends Object {
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
var $tasks = array();
|
var $tasks = array();
|
||||||
|
/**
|
||||||
|
* Contains the loaded tasks
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
var $taskNames = array();
|
||||||
/**
|
/**
|
||||||
* Contains models to load and instantiate
|
* Contains models to load and instantiate
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue