Skip to content

Commit

Permalink
[BUGFIX] Correct path to backend module template
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkln committed Jan 24, 2025
1 parent 75c277f commit d2ce2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controllers/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function importAction(): ResponseInterface
{
$moduleTemplate = $this->moduleTemplateFactory->create($this->request);
$moduleTemplate->setFlashMessageQueue($this->getFlashMessageQueue());
return $moduleTemplate->renderResponse('Import');
return $moduleTemplate->renderResponse('Backend/Import');
}

public function importDefaultRecordsAction(): ResponseInterface
Expand Down

0 comments on commit d2ce2b6

Please sign in to comment.