diff --git a/Classes/Controller/ModuleController.php b/Classes/Controller/ModuleController.php index f1866dd..7458bf6 100644 --- a/Classes/Controller/ModuleController.php +++ b/Classes/Controller/ModuleController.php @@ -137,11 +137,7 @@ public function importAction( try { $batch->validate(); } catch (Exception $exception) { - $this->addFlashMessage( - $exception->getMessage(), - '', - ContextualFeedbackSeverity::ERROR - ); + $this->addFlashMessage($exception->getMessage(), '', ContextualFeedbackSeverity::ERROR); return $this->redirect('index'); }