aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorGaëtan Muller <m.gaetan89@gmail.com>2015-02-03 20:56:48 +0100
committerGaëtan Muller <m.gaetan89@gmail.com>2015-02-03 20:56:48 +0100
commit52446c8327426c59da74257885fd09591c9e1fb3 (patch)
tree6fc334e235dbe4bc3738a3901e8bad1831618a24 /phpBB/memberlist.php
parentabcb2680eec86dc8016c489ebc7362e29be9e4df (diff)
downloadforums-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/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 81ff088179..36c760f298 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1189,7 +1189,7 @@ switch ($mode)
// Build a relevant pagination_url
$params = $sort_params = array();
- // We do not use request_var() here directly to save some calls (not all variables are set)
+ // We do not use $request->variable() here directly to save some calls (not all variables are set)
$check_params = array(
'g' => array('g', 0),
'sk' => array('sk', $default_key),