r58382 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58381‎ | r58382 | r58383 >
Date:00:50, 31 October 2009
Author:aaron
Status:ok
Tags:
Comment:
backported r58380
Modified paths:
  • /branches/REL1_15/extensions/FlaggedRevs/FlaggedRevs.hooks.php (modified) (history)

Diff [purge]

Index: branches/REL1_15/extensions/FlaggedRevs/FlaggedRevs.hooks.php
@@ -1119,8 +1119,8 @@
11201120 'rc_namespace' => $wgContentNamespaces ),
11211121 __METHOD__,
11221122 array( 'USE INDEX' => 'rc_ns_usertext',
1123 - 'LIMIT' => $wgFlaggedRevsAutopromote['recentContent'] ) );
1124 - if( $dbr->numRows($res) < $wgFlaggedRevsAutopromote['recentContent'] ) {
 1123+ 'LIMIT' => $wgFlaggedRevsAutopromote['recentContentEdits'] ) );
 1124+ if( $dbr->numRows($res) < $wgFlaggedRevsAutopromote['recentContentEdits'] ) {
11251125 return true;
11261126 }
11271127 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58380Fixed strange old typoaaron00:45, 31 October 2009

Status & tagging log