Index: trunk/extensions/Translate/TranslateTasks.php |
— | — | @@ -346,7 +346,7 @@ |
347 | 347 | protected function doPaging() {} |
348 | 348 | |
349 | 349 | public function output() { |
350 | | - if ( $this->group instanceof FileBasedMessageGroup ) { |
| 350 | + if ( $this->group instanceof MessageGroupBase ) { |
351 | 351 | $ffs = $this->group->getFFS(); |
352 | 352 | $data = $ffs->writeIntoVariable( $this->collection ); |
353 | 353 | } else { |