diff options
author | Gaëtan Muller <m.gaetan89@gmail.com> | 2015-02-03 20:56:48 +0100 |
---|---|---|
committer | Gaëtan Muller <m.gaetan89@gmail.com> | 2015-02-03 20:56:48 +0100 |
commit | 52446c8327426c59da74257885fd09591c9e1fb3 (patch) | |
tree | 6fc334e235dbe4bc3738a3901e8bad1831618a24 /phpBB/phpbb/request | |
parent | abcb2680eec86dc8016c489ebc7362e29be9e4df (diff) | |
download | forums-52446c8327426c59da74257885fd09591c9e1fb3.tar forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.gz forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.bz2 forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.xz forums-52446c8327426c59da74257885fd09591c9e1fb3.zip |
[ticket/13455] Remove `request_var()` references from comments
PHPBB3-13455
Diffstat (limited to 'phpBB/phpbb/request')
-rw-r--r-- | phpBB/phpbb/request/deactivated_super_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/request/deactivated_super_global.php b/phpBB/phpbb/request/deactivated_super_global.php index b6cad59be4..ab56240b14 100644 --- a/phpBB/phpbb/request/deactivated_super_global.php +++ b/phpBB/phpbb/request/deactivated_super_global.php @@ -56,7 +56,7 @@ class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAgg $file = ''; $line = 0; - $message = 'Illegal use of $' . $this->name . '. You must use the request class or request_var() to access input data. Found in %s on line %d. This error message was generated by deactivated_super_global.'; + $message = 'Illegal use of $' . $this->name . '. You must use the request class to access input data. Found in %s on line %d. This error message was generated by deactivated_super_global.'; $backtrace = debug_backtrace(); if (isset($backtrace[1])) |