aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/feed/forums.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-06-06 20:35:38 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-06-06 20:35:38 +0200
commite36deed24f62f4fca0a3e82b2d58d97499ff7764 (patch)
treeca7f84c249a147a36a50274ae4896f7129e56b01 /phpBB/includes/feed/forums.php
parent63334514555acea665186f20046a49a5ed41c334 (diff)
downloadforums-e36deed24f62f4fca0a3e82b2d58d97499ff7764.tar
forums-e36deed24f62f4fca0a3e82b2d58d97499ff7764.tar.gz
forums-e36deed24f62f4fca0a3e82b2d58d97499ff7764.tar.bz2
forums-e36deed24f62f4fca0a3e82b2d58d97499ff7764.tar.xz
forums-e36deed24f62f4fca0a3e82b2d58d97499ff7764.zip
[ticket/11481] Move prepended slash from calls into function
PHPBB3-11481
Diffstat (limited to 'phpBB/includes/feed/forums.php')
-rw-r--r--phpBB/includes/feed/forums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/feed/forums.php b/phpBB/includes/feed/forums.php
index 130da1c56a..72f786aa6a 100644
--- a/phpBB/includes/feed/forums.php
+++ b/phpBB/includes/feed/forums.php
@@ -61,7 +61,7 @@ class phpbb_feed_forums extends phpbb_feed_base
function adjust_item(&$item_row, &$row)
{
- $item_row['link'] = $this->helper->append_sid('/viewforum.' . $this->phpEx, 'f=' . $row['forum_id']);
+ $item_row['link'] = $this->helper->append_sid('viewforum.' . $this->phpEx, 'f=' . $row['forum_id']);
if ($this->config['feed_item_statistics'])
{