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 @@
103
103
$current = $this->cleanData( $defs, $current );
104
104
105
105
$chain = $current;
106
- if ( $this->chainable } {
106
+ if ( $this->chainable ) {
107
107
foreach ( Language::getFallbackFors( $code ) as $code ) {
108
108
$fbdata = $this->readVariable( $group, $code );
109
109
if ( $this->firstMagic ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r94907
Attempt to fix
Bug 30216
- Improve language fallback loop detection....
nikerabbit
16:41, 18 August 2011
Status & tagging log
23:17, 30 August 2011
😂
(
talk
|
contribs
)
changed the
tags
for r94988
[
added:
lamecommitsummary]
09:35, 19 August 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r94988
[
removed:
new
added:
ok]