Forgotten change in src/Worker/Queue.php
This commit is contained in:
parent
2196a0577b
commit
456dfbe486
1 changed files with 3 additions and 4 deletions
|
@ -119,10 +119,9 @@ class Queue
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = $q_item['content'];
|
$data = $q_item['content'];
|
||||||
$public = $q_item['batch'];
|
$public = $q_item['batch'];
|
||||||
$contact = $c[0];
|
$owner = $user;
|
||||||
$owner = $u[0];
|
|
||||||
|
|
||||||
$deliver_status = 0;
|
$deliver_status = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue