Index: trunk/extensions/ParserFunctions/Expr.php |
— | — | @@ -186,7 +186,7 @@ |
187 | 187 | */ |
188 | 188 | function checkInteger( $expr ) { |
189 | 189 | $intval = round($expr); |
190 | | - if( toleranceComparison( $expr, $intval ) == 0 ) { |
| 190 | + if( $this->toleranceComparison( $expr, $intval ) == 0 ) { |
191 | 191 | return $intval; |
192 | 192 | } else { |
193 | 193 | return $expr; |