From b679b8c0315f96b1aeb3286efd5a36072aeb18cc Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 27 Sep 2013 20:52:20 +0200 Subject: always open links in new tab --- fetcher/feedfetcher.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'fetcher') diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php index fdc062d6c..705404518 100644 --- a/fetcher/feedfetcher.php +++ b/fetcher/feedfetcher.php @@ -138,10 +138,8 @@ class FeedFetcher implements IFeedFetcher { // links should always open in a new window $item->setBody( - str_replace( - 'purifier->purify( - $simplePieItem->get_content() - ) + $this->purifier->purify( + $simplePieItem->get_content() ) ); -- cgit v1.2.3