From: Michael Vogel Date: Thu, 17 Sep 2020 13:08:01 +0000 (+0200) Subject: Update src/Protocol/Feed.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=005defa6cde4a5375401d9027a1453740bb26caf;p=friendica.git Update src/Protocol/Feed.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index f414a3ca8a..2873f44e12 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -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;