From: Michael Date: Sun, 20 Feb 2022 20:47:08 +0000 (+0000) Subject: Updated messages.po X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2321c7a55bc5ca91a971329b2ec7dad96fc85852;p=friendica.git Updated messages.po --- diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 777d541969..9dbb0a9485 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -1039,7 +1039,8 @@ class PostUpdate Logger::info('Start', ['uri-id' => $id]); $start_id = $id; - $rows = 0; + $rows = 0; + $received = ''; $conversations = DBA::p("SELECT `post-view`.`uri-id`, `conversation`.`source`, `conversation`.`received` FROM `conversation` INNER JOIN `post-view` ON `post-view`.`uri` = `conversation`.`item-uri`