r51206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51205‎ | r51206 | r51207 >
Date:20:01, 30 May 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Remove work-around. No longer occurs.
Modified paths:
  • /trunk/extensions/Translate/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialLanguageStats.php
@@ -206,11 +206,6 @@
207207
208208 }
209209
210 - // FIXME: avoid division by 0. Should not happen, but core-mostused has this on Windows at the moment
211 - if( !$total ) {
212 - continue;
213 - }
214 -
215210 // Skip if $suppressComplete and complete
216211 if( $suppressComplete && !$fuzzy && $translated == $total ) {
217212 continue;

Status & tagging log