1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/13455] Remove request_var() references from comments

PHPBB3-13455
This commit is contained in:
Gaëtan Muller
2015-02-03 20:56:48 +01:00
parent abcb2680ee
commit 52446c8327
8 changed files with 10 additions and 10 deletions

View File

@@ -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),