Index: trunk/extensions/Oversight/HideRevision_body.php |
— | — | @@ -373,7 +373,7 @@ |
374 | 374 | if ( $wgRequest->getCheck( 'diff' ) && !is_null( $revision )) { |
375 | 375 | $this->showDiff( $revision); |
376 | 376 | } else if( is_null( $revision ) ) { |
377 | | - $this->showList( $wgRCMaxAge ); |
| 377 | + $this->showList( time() - $wgRCMaxAge ); |
378 | 378 | } else { |
379 | 379 | $this->showRevision( $revision ); |
380 | 380 | } |