aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/request/interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/request/interface.php')
-rw-r--r--phpBB/phpbb/request/interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/request/interface.php b/phpBB/phpbb/request/interface.php
index 8d472af97a..05f6c54d3f 100644
--- a/phpBB/phpbb/request/interface.php
+++ b/phpBB/phpbb/request/interface.php
@@ -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);
}