We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4a37c commit 18f8f01Copy full SHA for 18f8f01
Classes/Service/PageService.php
@@ -71,7 +71,7 @@ public function getMenu(
71
}
72
73
static::$cachedMenus[$cacheKey] = array_filter(
74
- $pageRepository->getMenu($pageUid, '*', 'sorting', $pageConstraints),
+ $pageRepository->getMenu($pageUid, '*', 'sorting', $pageConstraints, false),
75
function($page) {
76
return $this->hidePageForLanguageUid($page) === false;
77
0 commit comments