mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +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
@ -231,7 +231,7 @@ class Resque_Job
|
|||||||
$monitor = true;
|
$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…
Reference in New Issue
Block a user