https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113133

Revision: 113133
Author:   nikerabbit
Date:     2012-03-06 13:39:08 +0000 (Tue, 06 Mar 2012)
Log Message:
-----------
The type was wrong here.

Modified Paths:
--------------
    trunk/extensions/Translate/utils/TranslationHelpers.php

Modified: trunk/extensions/Translate/utils/TranslationHelpers.php
===================================================================
--- trunk/extensions/Translate/utils/TranslationHelpers.php     2012-03-06 
13:36:54 UTC (rev 113132)
+++ trunk/extensions/Translate/utils/TranslationHelpers.php     2012-03-06 
13:39:08 UTC (rev 113133)
@@ -377,7 +377,7 @@
 
                $handlers = array(
                        'ttmserver' => 'getTTMServerBox',
-                       'ttmserver-remote' => 'getRemoteTTMServerBox',
+                       'remote-ttmserver' => 'getRemoteTTMServerBox',
                        'microsoft' => 'getMicrosoftSuggestion',
                        'apertium'  => 'getApertiumSuggestion',
                );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to