mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +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:
parent
4dae08997a
commit
1f2f658920
@ -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')];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user