mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Fixes job status updates - #1
This commit is contained in:
parent
27758b47be
commit
65b79b7f4a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Resque_Job
|
||||||
*/
|
*/
|
||||||
public function updateStatus($status)
|
public function updateStatus($status)
|
||||||
{
|
{
|
||||||
if(empty($this->payload->id)) {
|
if(empty($this->payload['id'])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue