r95012 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95011‎ | r95012 | r95013 >
Date:16:28, 19 August 2011
Author:nikerabbit
Status:resolved
Tags:
Comment:
Fu r94907 - stupid typo
Modified paths:
  • /trunk/extensions/Translate/groups/ComplexMessages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/ComplexMessages.php
@@ -103,7 +103,7 @@
104104
105105 $chain = $current;
106106 if ( $this->chainable ) {
107 - foreach ( Language::getFallbackFors( $code ) as $code ) {
 107+ foreach ( Language::getFallbacskFor( $code ) as $code ) {
108108 $fbdata = $this->readVariable( $group, $code );
109109 if ( $this->firstMagic ) {
110110 $fbdata = $this->cleanData( $defs, $fbdata );

Follow-up revisions

RevisionCommit summaryAuthorDate
r95025Followup r95012...reedy18:38, 19 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94907Attempt to fix Bug 30216 - Improve language fallback loop detection....nikerabbit16:41, 18 August 2011

Status & tagging log