aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/request/interface.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-13 12:11:38 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-14 14:22:42 -0400
commit2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd (patch)
treef2e86d722824938dc5569a5ce4ddf430bb661c07 /phpBB/phpbb/request/interface.php
parenta6ff2397788134b5410d89a67a3860a32670997e (diff)
downloadforums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar.gz
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar.bz2
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar.xz
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.zip
[feature/oauth] Change name of new method on request
PHPBB3-11673
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);
}