diff --git a/Classes/Controller/BackendModuleController.php b/Classes/Controller/BackendModuleController.php index ed4bb2a..0b5a362 100644 --- a/Classes/Controller/BackendModuleController.php +++ b/Classes/Controller/BackendModuleController.php @@ -78,7 +78,7 @@ public function indexAction(): ResponseInterface { $moduleTemplate = $this->moduleTemplateFactory->create($this->request); - $this->view->assignMultiple([ + $moduleTemplate->assignMultiple([ 'cacheConfigurations' => $this->buildCacheConfigurationArray(), 'action_confirm_flush_message' => $this->languageService->sL( 'LLL:EXT:cachemgm/Resources/Private/BackendModule/Language/locallang.xlf:bemodule.action_confirm_flush' @@ -106,7 +106,7 @@ public function detailAction(): ResponseInterface $fileBackend = $this->getFileBackendInfo($backend); $cacheCount = $this->getCacheCount($backend); - $this->view->assignMultiple( + $moduleTemplate->assignMultiple( [ 'cacheId' => $cacheId, 'cacheInformation' => [