Skip to content

Commit

Permalink
[BUGFIX] Revert 'Properly use shortcut target uid' (FluidTYPO3#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjo3rnf authored and cedricziel committed Nov 28, 2017
1 parent 404d860 commit 3170ac5
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 @@ -464,7 +464,7 @@ public function parseMenu(array $pages)
$pages[$index] = $targetPage;
}
if ($this->pageService->shouldUseShortcutUid($this->arguments)) {
$page[$index]['uid'] = $targetPage['uid'];
$page['uid'] = $targetPage['uid'];
}
}
if (true === $this->pageService->isActive($originalPageUid, $showAccessProtected)) {
Expand Down

0 comments on commit 3170ac5

Please sign in to comment.