mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[feature/request-class] Adjust misleading comment
PHPBB3-9716
This commit is contained in:
parent
30016a7084
commit
de5ef675ac
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class phpbb_request_var_test extends phpbb_test_case
|
||||||
$this->unset_variables('var');
|
$this->unset_variables('var');
|
||||||
|
|
||||||
// cannot set $_REQUEST directly because in phpbb_request implementation
|
// cannot set $_REQUEST directly because in phpbb_request implementation
|
||||||
// $_REQUEST = $_GET + $_POST
|
// $_REQUEST = $_POST + $_GET
|
||||||
$_POST['var'] = array(
|
$_POST['var'] = array(
|
||||||
0 => array(
|
0 => array(
|
||||||
'b' => array(
|
'b' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue