Reverted changes made from upstream master.

This commit is contained in:
Allen Torres 2012-12-28 10:42:16 -05:00
parent a5b70a5cbd
commit fdc9f881e8

View File

@ -231,7 +231,7 @@ class Resque_Job
$monitor = true; $monitor = true;
} }
return self::create($this->queue, $this->payload['class'], $this->payload['args'][0], $monitor); return self::create($this->queue, $this->payload['class'], $this->payload['args'], $monitor);
} }
/** /**