mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Merge pull request #104 from CyrilMazur/master
Fixed $args in the Job::recreate method
This commit is contained in:
commit
2700956e73
@ -226,7 +226,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->getArguments(), $monitor);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user