]> git.mxchange.org Git - friendica.git/commitdiff
Forgotten change in src/Worker/Queue.php
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 26 Nov 2017 19:56:50 +0000 (14:56 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 26 Nov 2017 19:56:50 +0000 (14:56 -0500)
src/Worker/Queue.php

index f09def003d5d9423c18ebe5a9f614e430ce69298..f2da8000773f1237e8310cc2aca74c9079625646 100644 (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;