From: Michael Date: Fri, 13 May 2022 07:44:36 +0000 (+0000) Subject: Blanks replaced X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=65b86fe0d556829c09e8c8f5c707b868ad37dfe1;p=friendica.git Blanks replaced --- diff --git a/src/Worker/RequeuePosts.php b/src/Worker/RequeuePosts.php index 787e5b0710..600a0d40b3 100644 --- a/src/Worker/RequeuePosts.php +++ b/src/Worker/RequeuePosts.php @@ -35,7 +35,7 @@ class RequeuePosts { $deliveries = DBA::p("SELECT `item-uri`.`uri` AS `inbox` FROM `post-delivery` INNER JOIN `item-uri` ON `item-uri`.`id` = `post-delivery`.`inbox-id` GROUP BY `inbox`"); while ($delivery = DBA::fetch($deliveries)) { - if (Worker::add(PRIORITY_HIGH, 'APDelivery', '', 0, $delivery['inbox'], 0)) { + if (Worker::add(PRIORITY_HIGH, 'APDelivery', '', 0, $delivery['inbox'], 0)) { Logger::info('Missing APDelivery worker added for inbox', ['inbox' => $delivery['inbox']]); } }