From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Fri, 12 Jan 2018 05:55:14 +0000 (+0100)
Subject: sray X cauing PHP errors
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61bdb7c1d6026988922dcee0de6040f05a6040cc;p=friendica.git

sray X cauing PHP errors
---

diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php
index 2dafaaf6e7..85983c9288 100644
--- a/src/Protocol/Feed.php
+++ b/src/Protocol/Feed.php
@@ -417,7 +417,7 @@ class Feed {
 					}
 					$item["body"] .= "\n".$item['tag'];
 				}
-x				// Add the link to the original feed entry if not present in feed
+				// Add the link to the original feed entry if not present in feed
 				if (!strstr($item["body"], $item['plink']) && ($item['plink'] != '')) {
 					$item["body"] .= "[hr][url]".$item['plink']."[/url]";
 				}