mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/16138] Eliminate redundant parameters from board URLs
Rebase to 3.3.x PHPBB3-16138
This commit is contained in:
@@ -63,7 +63,7 @@ class phpbb_functional_plupload_test extends phpbb_functional_test_case
|
||||
public function get_urls()
|
||||
{
|
||||
return array(
|
||||
array('posting.php?mode=reply&f=2&t=1'),
|
||||
array('posting.php?mode=reply&t=1'),
|
||||
array('ucp.php?i=pm&mode=compose'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user