Forgotten change in src/Worker/Queue.php

This commit is contained in:
Hypolite Petovan 2017-11-26 14:56:50 -05:00
parent 2196a0577b
commit 456dfbe486
1 changed files with 3 additions and 4 deletions

View File

@ -119,10 +119,9 @@ class Queue
return;
}
$data = $q_item['content'];
$public = $q_item['batch'];
$contact = $c[0];
$owner = $u[0];
$data = $q_item['content'];
$public = $q_item['batch'];
$owner = $user;
$deliver_status = 0;