This commit is contained in:
Bernhard Posselt 2013-06-22 16:15:51 +02:00
Родитель 3c7486272c
Коммит b11cd6e058
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -120,8 +120,8 @@ class FeedFetcher implements IFeedFetcher {
$item->setGuid($guid);
$item->setGuidHash(md5($guid));
$item->setBody(str_replace('<a', '<a target="_blank"',
// escape XSS
$this->purifier->purify($simplePieItem->get_content())));
// escape XSS
$this->purifier->purify($simplePieItem->get_content())));
$item->setPubDate($simplePieItem->get_date('U'));
$item->setLastModified($this->time->getTime());