Index: branches/REL1_15/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -1119,8 +1119,8 @@ |
1120 | 1120 | 'rc_namespace' => $wgContentNamespaces ), |
1121 | 1121 | __METHOD__, |
1122 | 1122 | 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'] ) { |
1125 | 1125 | return true; |
1126 | 1126 | } |
1127 | 1127 | } |