r113034 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113033
|
r113034
|
r113035
>
Date:
14:23, 5 March 2012
Author:
nikerabbit
Status:
ok
Tags:
Comment:
$groupId is undefined here
Modified paths:
/trunk/extensions/Translate/specials/SpecialMessageGroupStats.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/specials/SpecialMessageGroupStats.php
—
—
@@ -173,7 +173,7 @@
174
174
$extra = array();
175
175
} else {
176
176
if( $total === 0 ) {
177
- error_log( $groupId . ' has 0 messages.' );
177
+ error_log( __METHOD__ . ": $code has 0 messages." );
178
178
}
179
179
180
180
if ( $this->noComplete && $fuzzy === 0 && $translated === $total ) {
Status & tagging log
14:28, 5 March 2012
Santhosh.thottingal
(
talk
|
contribs
)
changed the
status
of r113034
[
removed:
new
added:
ok]