Skip to content

Commit

Permalink
[GeneratorBundle] fixed multilanguage parameter in article generator (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
deZinc authored and acrobat committed Feb 26, 2019
1 parent 03d705d commit 8c8cee0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -212,7 +212,7 @@ protected function doExecute()
{
$this->assistant->writeSection('Article classes generation');

$this->createGenerator()->generate($this->bundle, $this->entity, $this->prefix, $this->getContainer()->getParameter('multilanguage'), $this->usesAuthor, $this->usesCategories, $this->usesTags, $this->bundleWithHomePage, $this->dummydata);
$this->createGenerator()->generate($this->bundle, $this->entity, $this->prefix, $this->getContainer()->getParameter('kunstmaan_admin.multi_language'), $this->usesAuthor, $this->usesCategories, $this->usesTags, $this->bundleWithHomePage, $this->dummydata);

$this->assistant->writeSection('Article classes successfully created', 'bg=green;fg=black');
$this->assistant->writeLine(array(
Expand Down

0 comments on commit 8c8cee0

Please sign in to comment.