r71194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71193‎ | r71194 | r71195 >
Date:09:40, 17 August 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Can graph meta groups, so show them in the list.
Modified paths:
  • /trunk/extensions/Translate/SpecialTranslationStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialTranslationStats.php
@@ -222,10 +222,6 @@
223223 unset( $groups[$key] );
224224 continue;
225225 }
226 -
227 - if ( $group->isMeta() ) {
228 - unset( $groups[$key] );
229 - }
230226 }
231227
232228 ksort( $groups );

Status & tagging log