aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/feed/topic_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/feed/topic_base.php')
-rw-r--r--phpBB/includes/feed/topic_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/feed/topic_base.php b/phpBB/includes/feed/topic_base.php
index 0c845c30bd..e6a47b4c86 100644
--- a/phpBB/includes/feed/topic_base.php
+++ b/phpBB/includes/feed/topic_base.php
@@ -45,7 +45,7 @@ abstract class phpbb_feed_topic_base extends phpbb_feed_base
function adjust_item(&$item_row, &$row)
{
- $item_row['link'] = $this->helper->append_sid('/viewtopic.' . $this->phpEx, 't=' . $row['topic_id'] . '&p=' . $row['post_id'] . '#p' . $row['post_id']);
+ $item_row['link'] = $this->helper->append_sid('viewtopic.' . $this->phpEx, 't=' . $row['topic_id'] . '&p=' . $row['post_id'] . '#p' . $row['post_id']);
if ($this->config['feed_item_statistics'])
{