1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/11868] Replace phpbb_request_interface references

PHPBB3-11868
This commit is contained in:
Vjacheslav Trushkin
2013-09-26 12:02:17 +03:00
parent 779688b56b
commit 0e6ac7511e
3 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ class phpbb_mock_request implements \phpbb\request\request_interface
return array_keys($this->data[$super_global]);
}
public function get_super_global($super_global = phpbb_request_interface::REQUEST)
public function get_super_global($super_global = \phpbb\request\request_interface::REQUEST)
{
return $this->data[$super_global];
}