Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Sep 2, 2021
2 parents b6dcbb0 + ffad4cb commit 16b1f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/Menu/AbstractMenuViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ public function parseMenu(array $pages)
$pages[$index] = $targetPage;
}
if ($this->pageService->shouldUseShortcutUid($this->arguments)) {
$page['uid'] = $targetPage['uid'];
$pages[$index]['uid'] = $targetPage['uid'];
}
}
if (true === $this->pageService->isActive($originalPageUid, $showAccessProtected)) {
Expand Down

0 comments on commit 16b1f53

Please sign in to comment.