mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12510] Convert & to & in build_url() when no params are stripped.
PHPBB3-12510
This commit is contained in:
@@ -44,6 +44,11 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
't',
|
||||
'phpBB/index.php?',
|
||||
),
|
||||
array(
|
||||
'viewtopic.php?t=5&f=4',
|
||||
false,
|
||||
'phpBB/viewtopic.php?t=5&f=4',
|
||||
),
|
||||
array(
|
||||
'viewtopic.php?f=2&style=1&t=6',
|
||||
'f',
|
||||
|
Reference in New Issue
Block a user