(bug 34521) Returning to the previous page after logging in loses any array-valued...
[lhc/web/wiklou.git] / includes / WebRequest.php
index 33376cf..879edf6 100644 (file)
@@ -535,7 +535,7 @@ class WebRequest {
 
                $retVal = array();
                foreach ( $names as $name ) {
-                       $value = $this->getVal( $name );
+                       $value = $this->getGPCVal( $this->data, $name );
                        if ( !is_null( $value ) ) {
                                $retVal[$name] = $value;
                        }