Index: trunk/extensions/Translate/TranslateTasks.php |
— | — | @@ -265,11 +265,6 @@ |
266 | 266 | |
267 | 267 | protected function preinit() { |
268 | 268 | $code = $this->options->getLanguage(); |
269 | | - global $wgTranslateTranslationServices; |
270 | | - $config = $wgTranslateTranslationServices['tmserver']; |
271 | | - $server = $config['server']; |
272 | | - $port = $config['port']; |
273 | | - $timeout = $config['timeout-sync']; |
274 | 269 | $sourceLanguage = $this->group->getSourceLanguage(); |
275 | 270 | |
276 | 271 | $this->collection = $this->group->initCollection( $code ); |