1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

title already censored lower down.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10336 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer 2009-12-13 23:58:51 +00:00
parent 4dae08997a
commit 1f2f658920

View File

@ -85,7 +85,6 @@ while ($row = $feed->get_item())
}
$title = ($row[$feed->get('title')]) ? $row[$feed->get('title')] : ((isset($row[$feed->get('title2')])) ? $row[$feed->get('title2')] : '');
$title = censor_text($title);
$item_time = (int) $row[$feed->get('date')];