mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[feature/request-class] Adjust misleading comment
PHPBB3-9716
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user