mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Reverted changes made from upstream master.
This commit is contained in:
parent
a5b70a5cbd
commit
fdc9f881e8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue