1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Fixed notice.

This commit is contained in:
Jonathan.Wage 2007-10-20 15:31:14 +00:00
parent a14db264ee
commit bbf05e1676

View file

@ -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;
} }
} }