mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 17:25:13 +00:00
Merge branch 'bug-9' of https://github.com/hobodave/php-resque into hobodave-bug-9
This commit is contained in:
commit
5ce4b9c954
@ -91,7 +91,7 @@ class Resque_Job
|
||||
*/
|
||||
public function updateStatus($status)
|
||||
{
|
||||
if(empty($this->payload->id)) {
|
||||
if(empty($this->payload['id'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user