Skip to content

Commit

Permalink
Squash-Me
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm authored Jan 22, 2024
1 parent 914a659 commit 8d8e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/FrontendEnvironment/Tsfe.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected function initializeTsfe(int $pageId, int $language = 0, ?int $rootPage
$userGroups = [0, -1];

// Check rootline for feGroups from page with extendToSubpages set
$rootline = BackendUtility::BEgetRootLine((int)($pageInfo['uid'] ?? 0));
$rootline = BackendUtility::BEgetRootLine((int)($pageRecord['uid'] ?? 0));
// remove the current page from the rootline
array_shift($rootline);
foreach ($rootline as $page) {
Expand Down

0 comments on commit 8d8e73b

Please sign in to comment.