Skip to content

Commit

Permalink
fixup! data fixtures: multidomain Article data are now created in Art…
Browse files Browse the repository at this point in the history
…icleDataFixture using translator
  • Loading branch information
vitek-rostislav committed Sep 26, 2019
1 parent b5780af commit a598881
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -89,8 +89,9 @@ public function load(ObjectManager $manager)
$articleData->placement = Article::PLACEMENT_FOOTER;
$this->createArticle($articleData);
}

$this->changeDataForSecondDomain();
if ($this->domain->isMultidomain()) {
$this->changeDataForSecondDomain();
}
}

/**
Expand Down

0 comments on commit a598881

Please sign in to comment.