sray X cauing PHP errors

This commit is contained in:
Tobias Diekershoff 2018-01-12 06:55:14 +01:00
parent 34b80227e8
commit 61bdb7c1d6
1 changed files with 1 additions and 1 deletions

View 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]";
}