Index: trunk/extensions/Translate/specials/SpecialTranslationStats.php |
— | — | @@ -497,7 +497,7 @@ |
498 | 498 | } |
499 | 499 | |
500 | 500 | protected static function roundingAddition( $ts, $amount, $dir ) { |
501 | | - if ( $direction === -1 ) { |
| 501 | + if ( $dir === -1 ) { |
502 | 502 | return -1 * ( $ts % $amount ); |
503 | 503 | } else { |
504 | 504 | return $amount - ( $ts % $amount ); |