Index: trunk/extensions/Translate/ffs/Simple.php |
— | — | @@ -171,9 +171,9 @@ |
172 | 172 | |
173 | 173 | protected function getMessagesForExport( MessageGroup $group, $code ) { |
174 | 174 | $collection = $this->group->initCollection( $code ); |
| 175 | + $collection->setInfile( $this->group->load( $code ) ); |
175 | 176 | $collection->filter( 'ignored' ); |
176 | 177 | $collection->filter( 'hastranslation', false ); |
177 | | - $collection->setInfile( $this->group->load( $code ) ); |
178 | 178 | $collection->loadTranslations(); |
179 | 179 | $this->addAuthors( $collection->getAuthors(), $code ); |
180 | 180 | return $collection; |