Commit bbf05e16 authored by Jonathan.Wage's avatar Jonathan.Wage

Fixed notice.

parent a14db264
...@@ -104,7 +104,6 @@ class Doctrine_Cli ...@@ -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 ...@@ -298,4 +297,4 @@ class Doctrine_Cli
return $this->tasks; return $this->tasks;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment