mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/16345] Small improvements
PHPBB3-16346
This commit is contained in:
@@ -79,7 +79,7 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
*/
|
||||
public function test_build_url($page, $strip_vars, $expected)
|
||||
{
|
||||
global $user, $phpbb_root_path;
|
||||
global $user;
|
||||
|
||||
$user->page['page'] = $page;
|
||||
$output = build_url($strip_vars);
|
||||
|
Reference in New Issue
Block a user