mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Fixes #5005 GET values containing arrays are no longer corrupted.
This commit is contained in:
@@ -1983,6 +1983,7 @@ class e107Test extends \Codeception\Test\Unit
|
||||
'mode=main&action=create' => 'mode=main&action=create',
|
||||
'[debug=counts!]mode=pref_editor&type=vstore' => 'mode=pref_editor&type=vstore',
|
||||
'searchquery=šýá&mode=main' => 'searchquery=šýá&mode=main',
|
||||
'mode=main&action=custom&other[key]=1' => 'mode=main&action=custom&other[key]=1',
|
||||
);
|
||||
|
||||
foreach($tests as $input => $expected)
|
||||
|
Reference in New Issue
Block a user