diff --git a/Classes/Controller/ConsentController.php b/Classes/Controller/ConsentController.php index 295c45c..b9465ec 100755 --- a/Classes/Controller/ConsentController.php +++ b/Classes/Controller/ConsentController.php @@ -86,7 +86,7 @@ public function listAction() */ protected function renderAssetsForRequest($request) { - if (!$this->view instanceof \TYPO3Fluid\Fluid\View\TemplateView) { + if (!$this->view instanceof \TYPO3Fluid\Fluid\View\AbstractTemplateView) { return; } @@ -300,4 +300,4 @@ private function backwardsCompatibility($klaroConfig) return $klaroConfig; } -} \ No newline at end of file +}