r113133 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113132‎ | r113133 | r113134 >
Date:13:39, 6 March 2012
Author:nikerabbit
Status:ok
Tags:i18nreview 
Comment:
The type was wrong here.
Modified paths:
  • /trunk/extensions/Translate/utils/TranslationHelpers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TranslationHelpers.php
@@ -377,7 +377,7 @@
378378
379379 $handlers = array(
380380 'ttmserver' => 'getTTMServerBox',
381 - 'ttmserver-remote' => 'getRemoteTTMServerBox',
 381+ 'remote-ttmserver' => 'getRemoteTTMServerBox',
382382 'microsoft' => 'getMicrosoftSuggestion',
383383 'apertium' => 'getApertiumSuggestion',
384384 );

Status & tagging log