Index: trunk/phase3/includes/WebRequest.php |
— | — | @@ -535,7 +535,7 @@ |
536 | 536 | |
537 | 537 | $retVal = array(); |
538 | 538 | foreach ( $names as $name ) { |
539 | | - $value = $this->getGPCVal( $this->data, $name ); |
| 539 | + $value = $this->getGPCVal( $this->data, $name, null ); |
540 | 540 | if ( !is_null( $value ) ) { |
541 | 541 | $retVal[$name] = $value; |
542 | 542 | } |