Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | } |
117 | 117 | |
118 | 118 | public function execute( $messages ) { |
119 | | - global $wgOut; |
| 119 | + global $wgOut, $wgLang; |
120 | 120 | |
121 | 121 | $this->out = $wgOut; |
122 | 122 | |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | $text = $diff->getDiff( '', '' ); |
164 | 164 | $type = 'changed'; |
165 | 165 | |
166 | | - global $wgRequest, $wgLang;; |
| 166 | + global $wgRequest; |
167 | 167 | |
168 | 168 | # Spaces don't seem to survive round trip in addition to dots |
169 | 169 | # which are silently handled in getVal |