r51221 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51220‎ | r51221 | r51222 >
Date:09:30, 31 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
* Ignore ignored (why would be they ignored if they are not ignored?)
Modified paths:
  • /trunk/extensions/Translate/ffs/Simple.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/Simple.php
@@ -171,6 +171,7 @@
172172
173173 protected function getMessagesForExport( MessageGroup $group, $code ) {
174174 $collection = $this->group->initCollection( $code );
 175+ $collection->filter( 'ignored' );
175176 $collection->filter( 'hastranslation', false );
176177 $collection->loadTranslations();
177178 $this->addAuthors( $collection->getAuthors(), $code );

Status & tagging log