Skip to content

Commit

Permalink
Merge pull request #22 from netlogix/automated-apply-coding-standards
Browse files Browse the repository at this point in the history
  • Loading branch information
tweis authored Oct 22, 2024
2 parents 1a3c7f9 + 85ee2a3 commit f53bd75
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Classes/Controller/ModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit f53bd75

Please sign in to comment.