diff --git a/Classes/Service/TaxonomyService.php b/Classes/Service/TaxonomyService.php index 8c91598..ce7779d 100644 --- a/Classes/Service/TaxonomyService.php +++ b/Classes/Service/TaxonomyService.php @@ -175,7 +175,7 @@ public function getVocabulary($vocabularyName, Context $context = null) $context = $this->contextFactory->create(); } - $root = $this->getRoot(); + $root = $this->getRoot($context); return $root->getNode($vocabularyName); }