Skip to content

Commit

Permalink
Use site detection result instead of the default site in hostframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed Jun 11, 2023
1 parent b2222ab commit 5e13d0d
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 5e13d0d

Please sign in to comment.