diff --git a/Helper/Services/PagePartCreatorService.php b/Helper/Services/PagePartCreatorService.php index 2757743..80d36c4 100644 --- a/Helper/Services/PagePartCreatorService.php +++ b/Helper/Services/PagePartCreatorService.php @@ -80,7 +80,7 @@ public function addPagePartToPage($nodeOrInternalName, PagePartInterface $pagePa // Find the correct page instance. $node = $this->getNode($nodeOrInternalName); /** @var $translation NodeTranslation */ - $translation = $node->getNodeTranslation($language); + $translation = $node->getNodeTranslation($language, true); $page = $translation->getRef($this->em); // Find latest position.