aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/feed/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/feed/base.php')
-rw-r--r--phpBB/includes/feed/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/feed/base.php b/phpBB/includes/feed/base.php
index c8015ab916..af28ee8dc8 100644
--- a/phpBB/includes/feed/base.php
+++ b/phpBB/includes/feed/base.php
@@ -254,6 +254,6 @@ abstract class phpbb_feed_base
return $this->user->lang['GUEST'];
}
- return '<a href="' . $this->helper->append_sid('/memberlist.' . $this->phpEx, 'mode=viewprofile&amp;u=' . $author_id) . '">' . $row[$this->get('creator')] . '</a>';
+ return '<a href="' . $this->helper->append_sid('memberlist.' . $this->phpEx, 'mode=viewprofile&amp;u=' . $author_id) . '">' . $row[$this->get('creator')] . '</a>';
}
}