mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11700] Modify all code to use the new interface names
PHPBB3-11700
This commit is contained in:
@@ -28,7 +28,7 @@ class phpbb_security_extract_current_page_test extends phpbb_security_test_base
|
||||
{
|
||||
global $request;
|
||||
|
||||
$request->merge(phpbb_request_interface::SERVER, array(
|
||||
$request->merge(phpbb_request_request_interface::SERVER, array(
|
||||
'PHP_SELF' => $url,
|
||||
'QUERY_STRING' => $query_string,
|
||||
));
|
||||
@@ -46,7 +46,7 @@ class phpbb_security_extract_current_page_test extends phpbb_security_test_base
|
||||
{
|
||||
global $request;
|
||||
|
||||
$request->merge(phpbb_request_interface::SERVER, array(
|
||||
$request->merge(phpbb_request_request_interface::SERVER, array(
|
||||
'PHP_SELF' => $url,
|
||||
'QUERY_STRING' => $query_string,
|
||||
));
|
||||
|
Reference in New Issue
Block a user