Skip to content

Commit

Permalink
Merge pull request #3523 from neos/stayInSite
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst authored Jun 12, 2023
2 parents b2222ab + 5e13d0d commit 9585ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function indexAction(string $node = null)

$siteNode = $subgraph->findChildNodeConnectedThroughEdgeName(
$rootNode->nodeAggregateId,
$this->siteRepository->findDefault()->getNodeName()->toNodeName()
$siteDetectionResult->siteNodeName->toNodeName()
);

if (!$nodeAddress) {
Expand Down

0 comments on commit 9585ca7

Please sign in to comment.