r110382 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r110381
|
r110382
|
r110383
>
Date:
10:51, 31 January 2012
Author:
siebrand
Status:
ok
Tags:
i18nreview
Comment:
Fix syntax error
r110381
.
Modified paths:
/trunk/extensions/Translate/scripts/sync-group.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/scripts/sync-group.php
—
—
@@ -70,7 +70,7 @@
71
71
}
72
72
}
73
73
74
-if( !count( $groups ) {
74
+if( !count( $groups ) ) {
75
75
STDERR( "ESG2: No valid message groups identified." );
76
76
exit( 1 );
77
77
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r110381
* add "groupprefix" in sync-group.php....
siebrand
10:49, 31 January 2012
Status & tagging log
11:33, 2 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r110382
[
removed:
new
added:
ok]
10:53, 31 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r110382
[
added:
i18nreview]