diff --git a/test/classes/Rte/RoutinesTest.php b/test/classes/Rte/RoutinesTest.php index 4e304746d1..27484c19ef 100644 --- a/test/classes/Rte/RoutinesTest.php +++ b/test/classes/Rte/RoutinesTest.php @@ -64,10 +64,11 @@ class RoutinesTest extends TestCase { global $_POST; - unset($_POST); + unset($_POST); unset($_REQUEST); foreach ($in as $key => $value) { if ($value !== '') { $_POST[$key] = $value; + $_REQUEST[$key] = $value; } } Routines::setGlobals();