1
0
mirror of synced 2025-01-29 19:41:45 +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)
{
$this->scriptName = $args[0];
$taskName = $args[1];
$arg1 = isset($args[1]) ? $args[1]:null;
@ -298,4 +297,4 @@ class Doctrine_Cli
return $this->tasks;
}
}
}