]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Protocol/Feed.php
authorMichael Vogel <icarus@dabo.de>
Thu, 17 Sep 2020 13:08:01 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 13:08:01 +0000 (15:08 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Protocol/Feed.php

index f414a3ca8a3dc9e5c2121e759cfadcfe1cb22198..2873f44e12d050de818e84d6f966f8c75d4c336e 100644 (file)
@@ -554,7 +554,7 @@ class Feed
 
                                $data = PageInfo::queryUrl($item["plink"], false, $preview, ($contact["fetch_further_information"] == 2), $contact["ffi_keyword_denylist"] ?? '');
 
-                               // Take the data that was provided by the feed if the query wasn't empty
+                               // Take the data that was provided by the feed if the query is empty
                                if (($data['type'] == 'link') && empty($data['title']) && empty($data['text'])) {
                                        $data['title'] = $saved_title;
                                        $item["body"] = $saved_body;