r95025 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95024‎ | r95025 | r95026 >
Date:18:38, 19 August 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Followup r95012

Actually fix the 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::getFallbacskFor( $code ) as $code ) {
 107+ foreach ( Language::getFallbacksFor( $code ) as $code ) {
108108 $fbdata = $this->readVariable( $group, $code );
109109 if ( $this->firstMagic ) {
110110 $fbdata = $this->cleanData( $defs, $fbdata );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94907Attempt to fix Bug 30216 - Improve language fallback loop detection....nikerabbit16:41, 18 August 2011
r95012Fu r94907 - stupid typonikerabbit16:28, 19 August 2011

Comments

#Comment by Nikerabbit (talk | contribs)   19:58, 19 August 2011

Omg. Will I ever learn to spell :(

Status & tagging log