Skip to content

Commit

Permalink
BUGIFX: Rename accidentally renamed method call
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Oct 24, 2024
1 parent eb98703 commit b410ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ protected function renderContentChanges(
);
$originalNode = null;
if ($currentWorkspace !== null) {
$baseWorkspace = $this->getBaseWorkspaceWhengetContentGraphSureItExists($currentWorkspace, $contentRepository);
$baseWorkspace = $this->getBaseWorkspaceWhenSureItExists($currentWorkspace, $contentRepository);
$originalNode = $this->getOriginalNode($changedNode, $baseWorkspace->workspaceName, $contentRepository);
}

Expand Down

0 comments on commit b410ab3

Please sign in to comment.