aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index d737b8e10c..7af422629d 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -1497,6 +1497,3 @@ class phpbb_feed_topics_active extends phpbb_feed_topic_base
$item_row['title'] = (isset($row['forum_name']) && $row['forum_name'] !== '') ? $row['forum_name'] . ' ' . $this->separator . ' ' . $item_row['title'] : $item_row['title'];
}
}
-
-
-?> \ No newline at end of file