Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e908bed

Browse files
committed
Fixed typo
1 parent a9a7c65 commit e908bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
288288
$bundleTransPath = end($transPaths);
289289
}
290290

291-
$this->writer->write($operation->getResult(), $input->getOption('output-format'), ['path' => $bundleTransPath, 'default_locale' => $this->defaultLocale]);
291+
$this->writer->write($operation->getResult(), $input->getOption('output-format'), ['path' => $bundleTransPath, 'default_locale' => $this->defaultLocale, 'xliff_version' => $input->getOption('xliff-version')]);
292292

293293
if (true === $input->getOption('dump-messages')) {
294294
$resultMessage .= ' and translation files were updated';

0 commit comments

Comments
 (0)