From: Michael Vogel Date: Sun, 9 Jul 2023 19:18:36 +0000 (+0200) Subject: Update src/Content/Item.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f991b553ceafa5451b4130db439ed648ab3c9fc3;p=friendica.git Update src/Content/Item.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Content/Item.php b/src/Content/Item.php index d322259b4b..f7dda6c65f 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -678,7 +678,7 @@ class Item if ($item['network'] == Protocol::FEED) { return PageInfo::getFooterFromUrl($item['plink']); } elseif (!in_array($item['network'] ?? '', Protocol::FEDERATED) && !$for_display) { - $item['guid'] = ''; + $item['guid'] = ''; $item['uri'] = ''; }