aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-12-13 23:58:51 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-12-13 23:58:51 +0000
commit1f2f658920de4b8593629165a57ca9e6670f085c (patch)
treedf86351cc69ca80ffabe14aa846e1a17f6b54f01
parent4dae08997a0d28b5bf8b5978635fc7a8c01dbe04 (diff)
downloadforums-1f2f658920de4b8593629165a57ca9e6670f085c.tar
forums-1f2f658920de4b8593629165a57ca9e6670f085c.tar.gz
forums-1f2f658920de4b8593629165a57ca9e6670f085c.tar.bz2
forums-1f2f658920de4b8593629165a57ca9e6670f085c.tar.xz
forums-1f2f658920de4b8593629165a57ca9e6670f085c.zip
title already censored lower down.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10336 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/feed.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index 13eb0698bc..20f0d7e7b0 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -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')];