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