aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/feed/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/feed/helper.php')
-rw-r--r--phpBB/includes/feed/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/feed/helper.php b/phpBB/includes/feed/helper.php
index 20a399bcd7..93330aa2ad 100644
--- a/phpBB/includes/feed/helper.php
+++ b/phpBB/includes/feed/helper.php
@@ -65,7 +65,7 @@ class phpbb_feed_helper
*/
public function append_sid($url, $params)
{
- return append_sid($this->get_board_url() . $url, $params, true, '');
+ return append_sid($this->get_board_url() . '/' . $url, $params, true, '');
}
/**