Skip to content

Commit

Permalink
Merge pull request #892 from freeform/issue-3352153
Browse files Browse the repository at this point in the history
Issue #3352153: set webform_submission if no form
  • Loading branch information
jitendrapurohit authored Jul 29, 2023
2 parents 192a3ac + f4e0054 commit 7aa2c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebformCivicrmPostProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -2709,6 +2709,7 @@ protected function submissionValue($fid, $value = NULL) {
}
else {
$data = $this->submission->getData();
$webform_submission = $this->submission;
}

if (!isset($data[$fid])) {
Expand Down

0 comments on commit 7aa2c89

Please sign in to comment.