1
0
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:
Igor Wiedler
2010-10-14 18:39:33 +02:00
parent 30016a7084
commit de5ef675ac

View File

@@ -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(