http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95025

Revision: 95025
Author:   reedy
Date:     2011-08-19 18:38:55 +0000 (Fri, 19 Aug 2011)
Log Message:
-----------
Followup r95012

Actually fix the typo

Modified Paths:
--------------
    trunk/extensions/Translate/groups/ComplexMessages.php

Modified: trunk/extensions/Translate/groups/ComplexMessages.php
===================================================================
--- trunk/extensions/Translate/groups/ComplexMessages.php       2011-08-19 
18:38:52 UTC (rev 95024)
+++ trunk/extensions/Translate/groups/ComplexMessages.php       2011-08-19 
18:38:55 UTC (rev 95025)
@@ -103,7 +103,7 @@
 
                $chain = $current;
                if ( $this->chainable ) {
-                       foreach ( Language::getFallbacskFor( $code ) as $code ) 
{
+                       foreach ( Language::getFallbacksFor( $code ) as $code ) 
{
                                $fbdata = $this->readVariable( $group, $code );
                                if ( $this->firstMagic ) {
                                        $fbdata = $this->cleanData( $defs, 
$fbdata );


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

Reply via email to