Skip to content

Commit

Permalink
Merge pull request #419 from hahrens/fix-backend-support-action
Browse files Browse the repository at this point in the history
FIX: The BackendController::supportAction show the Boost-Template instead of the Support-Template
  • Loading branch information
lochmueller committed Sep 17, 2024
2 parents a27ef12 + dc1800e commit e05ce00
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 @@ -85,7 +85,7 @@ public function supportAction(): ResponseInterface

return $this->createModuleTemplate()
->assignMultiple($viewVariables)
->renderResponse('Backend/Boost');
->renderResponse('Backend/Support');
}

/**
Expand Down

0 comments on commit e05ce00

Please sign in to comment.