mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Updated recreate method in Resque_Job class to set arguments in the same fashion as getAruments returns them.
This commit is contained in:
parent
3314d407eb
commit
3955bc8edc
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class Resque_Job
|
|||
$monitor = true;
|
||||
}
|
||||
|
||||
return self::create($this->queue, $this->payload['class'], $this->payload['args'], $monitor);
|
||||
return self::create($this->queue, $this->payload['class'], $this->payload['args'][0], $monitor);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue