Fixed notice.
This commit is contained in:
parent
a14db264ee
commit
bbf05e1676
1 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,6 @@ class Doctrine_Cli
|
||||||
protected function _run($args)
|
protected function _run($args)
|
||||||
{
|
{
|
||||||
$this->scriptName = $args[0];
|
$this->scriptName = $args[0];
|
||||||
$taskName = $args[1];
|
|
||||||
|
|
||||||
$arg1 = isset($args[1]) ? $args[1]:null;
|
$arg1 = isset($args[1]) ? $args[1]:null;
|
||||||
|
|
||||||
|
@ -298,4 +297,4 @@ class Doctrine_Cli
|
||||||
|
|
||||||
return $this->tasks;
|
return $this->tasks;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue