]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Content/Item.php
authorMichael Vogel <icarus@dabo.de>
Sun, 9 Jul 2023 19:18:36 +0000 (21:18 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 19:18:36 +0000 (21:18 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Content/Item.php

index d322259b4b4b85742abdbcf528c51a52dd800951..f7dda6c65f4030c24de79e24e645009a90ae3e1b 100644 (file)
@@ -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']  = '';
                }