Skip to content

Commit fdc9f88

Browse files
author
Allen Torres
committed
Reverted changes made from upstream master.
1 parent a5b70a5 commit fdc9f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function recreate()
231231
$monitor = true;
232232
}
233233

234-
return self::create($this->queue, $this->payload['class'], $this->payload['args'][0], $monitor);
234+
return self::create($this->queue, $this->payload['class'], $this->payload['args'], $monitor);
235235
}
236236

237237
/**

0 commit comments

Comments
 (0)