Index: trunk/extensions/ContributionReporting/ContributionHistory_body.php |
— | — | @@ -178,7 +178,6 @@ |
179 | 179 | } |
180 | 180 | |
181 | 181 | function formatAmount( $row ) { |
182 | | - global $wgLang; |
183 | 182 | $converted = $row['converted_amount']; |
184 | 183 | |
185 | 184 | if ( $row['original_currency'] ) { |