Skip to content

Commit

Permalink
Update Result.php
Browse files Browse the repository at this point in the history
#202 fix
  • Loading branch information
ghispi authored May 10, 2019
1 parent 4330c73 commit ee9970a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Submission/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class Result
public function __construct()
{
$this->result = [
BoltFormsEvents::SUBMISSION_PRE_PROCESSOR => false,
BoltFormsEvents::SUBMISSION_POST_PROCESSOR => false,
BoltFormsEvents::SUBMISSION_PROCESS_FIELDS => false,
BoltFormsEvents::SUBMISSION_PROCESS_UPLOADS => false,
BoltFormsEvents::SUBMISSION_PROCESS_CONTENTTYPE => false,
Expand Down

0 comments on commit ee9970a

Please sign in to comment.