r94988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94987‎ | r94988 | r94989 >
Date:07:04, 19 August 2011
Author:raymond
Status:ok
Tags:lamecommitsummary 
Comment:
fu r94907: Fix PHP Parse error: syntax error, unexpected '}' in /www/w/extensions/Translate/groups/ComplexMessages.php on line 105
I thought there is a (currently renewed) commit hook that does a "php -l ..." to avoid such errors?
Modified paths:
  • /trunk/extensions/Translate/groups/ComplexMessages.php (modified) (history)

Diff [purge]

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

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