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:
gwoo 2007-05-13 22:03:03 +00:00
parent 4aa29a073d
commit aca2ccf3bb

View file

@ -97,6 +97,12 @@ class Shell extends Object {
* @var array
*/
var $tasks = array();
/**
* Contains the loaded tasks
*
* @var array
*/
var $taskNames = array();
/**
* Contains models to load and instantiate
*