X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FPostUpdate.php;h=9dbb0a94859f462ed2b0eea7b32e1227d59ddb0a;hb=948405a48631c1c7cce23112e293128c4dad7e18;hp=777d541969cc50a756bae67ab53919d2bd4019ee;hpb=9aa0f6f547f92c0c49a8a59da4f0cfede20c4033;p=friendica.git 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`