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 @@
174174 $extra = array();
175175 } else {
176176 if( $total === 0 ) {
177 - error_log( $groupId . ' has 0 messages.' );
 177+ error_log( __METHOD__ . ": $code has 0 messages." );
178178 }
179179
180180 if ( $this->noComplete && $fuzzy === 0 && $translated === $total ) {

Status & tagging log