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 353b9cac15..959ed5c469 100644
--- a/phpBB/includes/feed/topic_base.php
+++ b/phpBB/includes/feed/topic_base.php
@@ -47,7 +47,7 @@ abstract class phpbb_feed_topic_base extends phpbb_feed_base
{
global $phpEx, $config, $user;
- $item_row['link'] = feed_append_sid('/viewtopic.' . $phpEx, 't=' . $row['topic_id'] . '&p=' . $row['post_id'] . '#p' . $row['post_id']);
+ $item_row['link'] = $this->helper->append_sid('/viewtopic.' . $phpEx, 't=' . $row['topic_id'] . '&p=' . $row['post_id'] . '#p' . $row['post_id']);
if ($config['feed_item_statistics'])
{