| Index: trunk/phase3/includes/Article.php |
| — | — | @@ -1337,7 +1337,7 @@ |
| 1338 | 1338 | '</strong>' |
| 1339 | 1339 | ); |
| 1340 | 1340 | |
| 1341 | | - if ( $bigHistory ) { |
| | 1341 | + if ( $this->mTitle->isBigDeletion() ) { |
| 1342 | 1342 | global $wgDeleteRevisionsLimit; |
| 1343 | 1343 | $wgOut->wrapWikiMsg( "<div class='error'>\n$1\n</div>\n", |
| 1344 | 1344 | array( 'delete-warning-toobig', $wgLang->formatNum( $wgDeleteRevisionsLimit ) ) ); |