mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11481] Move prepended slash from calls into function
PHPBB3-11481
This commit is contained in:
@@ -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, '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user