mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +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:
@@ -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')];
|
||||
|
||||
|
Reference in New Issue
Block a user