Skip to content

Commit

Permalink
BUGFIX: Fix error in variable names due to merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Nov 22, 2024
1 parent e6db0b8 commit 7361323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Fusion/FormElementWrappingImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function evaluate()
}
if (!$renderable->getRootForm()->hasPageWithIndex(1)) {
$furtherPages = $subgraph->findNodeByPath(NodeName::fromString('furtherPages'), $node->aggregateId);
if ($furtherPagesNode !== null) {
if ($furtherPages !== null) {
$output = $output . $this->wrapNode($subgraph, $furtherPages, '', $fusionPath . '/furtherPages');
}
}
Expand Down

0 comments on commit 7361323

Please # to comment.