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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user