Skip to content

Commit 18f8f01

Browse files
author
MAB
committed
[MODIFY] fixes bug of checking existing shortcut
1 parent ab4a37c commit 18f8f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Service/PageService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getMenu(
7171
}
7272

7373
static::$cachedMenus[$cacheKey] = array_filter(
74-
$pageRepository->getMenu($pageUid, '*', 'sorting', $pageConstraints),
74+
$pageRepository->getMenu($pageUid, '*', 'sorting', $pageConstraints, false),
7575
function($page) {
7676
return $this->hidePageForLanguageUid($page) === false;
7777
}

0 commit comments

Comments
 (0)