]> git.mxchange.org Git - friendica.git/commitdiff
sray X cauing PHP errors
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 12 Jan 2018 05:55:14 +0000 (06:55 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 12 Jan 2018 05:55:14 +0000 (06:55 +0100)
src/Protocol/Feed.php

index 2dafaaf6e71b0e01ac63b26b8b33d958df22c87c..85983c92882324546293c9c1c7f6484a0550f0b4 100644 (file)
@@ -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]";
                                }