http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94988
Revision: 94988
Author: raymond
Date: 2011-08-19 07:04:01 +0000 (Fri, 19 Aug 2011)
Log Message:
-----------
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: trunk/extensions/Translate/groups/ComplexMessages.php
===================================================================
--- trunk/extensions/Translate/groups/ComplexMessages.php 2011-08-19
05:14:46 UTC (rev 94987)
+++ trunk/extensions/Translate/groups/ComplexMessages.php 2011-08-19
07:04:01 UTC (rev 94988)
@@ -102,7 +102,7 @@
$current = $this->cleanData( $defs, $current );
$chain = $current;
- if ( $this->chainable } {
+ if ( $this->chainable ) {
foreach ( Language::getFallbackFors( $code ) as $code )
{
$fbdata = $this->readVariable( $group, $code );
if ( $this->firstMagic ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs