fixed typo

This commit is contained in:
Johannes Schmitt 2011-09-19 14:47:33 +02:00
parent 9703aac268
commit 9b025b795c

View File

@ -105,7 +105,7 @@ EOF
$output->writeln('Parsing templates');
$extractor = $this->getContainer()->get('translation.extractor');
$extractor->setPrefix($input->getOption('prefix'));
$extractor->extractMessages($foundBundle->getPath().'/Resources/views/', $catalogue);
$extractor->extract($foundBundle->getPath().'/Resources/views/', $catalogue);
// load any existing messages from the translation files
$output->writeln('Loading translation files');