diff --git a/Classes/Service/PageService.php b/Classes/Service/PageService.php index 20599a07a..c5b63f910 100644 --- a/Classes/Service/PageService.php +++ b/Classes/Service/PageService.php @@ -71,7 +71,7 @@ public function getMenu( } static::$cachedMenus[$cacheKey] = array_filter( - $pageRepository->getMenu($pageUid, '*', 'sorting', $pageConstraints), + $pageRepository->getMenu($pageUid, '*', 'sorting', $pageConstraints, false), function($page) { return $this->hidePageForLanguageUid($page) === false; }