Index: trunk/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -619,7 +619,7 @@ |
620 | 620 | if( $this->mRestore || $this->mInvert ) { |
621 | 621 | $timestamps = array(); |
622 | 622 | $this->mFileVersions = array(); |
623 | | - foreach( $_REQUEST as $key => $val ) { |
| 623 | + foreach( $this->mRequest->getValues() as $key => $val ) { |
624 | 624 | $matches = array(); |
625 | 625 | if( preg_match( '/^ts(\d{14})$/', $key, $matches ) ) { |
626 | 626 | array_push( $timestamps, $matches[1] ); |