From f991b553ceafa5451b4130db439ed648ab3c9fc3 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 9 Jul 2023 21:18:36 +0200 Subject: [PATCH] Update src/Content/Item.php Co-authored-by: Hypolite Petovan --- src/Content/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Item.php b/src/Content/Item.php index d322259b4..f7dda6c65 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'] = ''; }