Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Fix Missing argument 3 for Sensio\Bundle\GeneratorBundle\Generator\Ge…
Browse files Browse the repository at this point in the history
…nerator::renderFile()
  • Loading branch information
ifournierf committed Apr 9, 2013
1 parent 3cda2a6 commit 6e2918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/BundleGenerator.php
Expand Up @@ -71,7 +71,7 @@ public function generate($namespace, $bundle, $dir, $format, $structure)
}

if ($structure) {
$this->renderFile('bundle/messages.fr.xlf', $dir.'/Resources/translations/messages.fr.xlf');
$this->renderFile('bundle/messages.fr.xlf', $dir.'/Resources/translations/messages.fr.xlf', $parameters);

$this->filesystem->mkdir($dir.'/Resources/doc');
$this->filesystem->touch($dir.'/Resources/doc/index.rst');
Expand Down

0 comments on commit 6e2918b

Please sign in to comment.