r33004 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33003‎ | r33004 | r33005 >
Date:01:34, 9 April 2008
Author:aaron
Status:old
Tags:
Comment:
Fix time limit
Modified paths:
  • /trunk/extensions/Oversight/HideRevision_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Oversight/HideRevision_body.php
@@ -373,7 +373,7 @@
374374 if ( $wgRequest->getCheck( 'diff' ) && !is_null( $revision )) {
375375 $this->showDiff( $revision);
376376 } else if( is_null( $revision ) ) {
377 - $this->showList( $wgRCMaxAge );
 377+ $this->showList( time() - $wgRCMaxAge );
378378 } else {
379379 $this->showRevision( $revision );
380380 }

Status & tagging log