mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/oauth] Change name of new method on request
PHPBB3-11673
This commit is contained in:
@@ -145,5 +145,5 @@ interface phpbb_request_interface
|
||||
*
|
||||
* @return array The original array of the requested super global.
|
||||
*/
|
||||
public function original_global_values($super_global = phpbb_request_interface::REQUEST);
|
||||
public function get_super_global($super_global = phpbb_request_interface::REQUEST);
|
||||
}
|
||||
|
Reference in New Issue
Block a user