Skip to content

Commit

Permalink
Merge pull request #282 from ghispi/4.2
Browse files Browse the repository at this point in the history
Update Result.php
  • Loading branch information
rossriley committed May 10, 2019
2 parents 3362ca4 + ee9970a commit c435dfc
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 c435dfc

Please sign in to comment.