diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 103f7a9f08..90bb2455b5 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;