Skip to content

Commit

Permalink
[BUGFIX] Prevent exception "property mapping exception" at initialize…
Browse files Browse the repository at this point in the history
…CheckCreateAction method

Related: #1024
Related: #1026
  • Loading branch information
Runik51ua authored and mschwemer committed May 21, 2024
1 parent e5e8828 commit e4ad982
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/Controller/FormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ public function initializeCheckCreateAction(): void
if ($response !== null) {
throw new PropagateResponseException($response);
}

$this->reformatParamsForAction();
$this->debugVariables();
}

/**
Expand Down

0 comments on commit e4ad982

Please sign in to comment.