Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit de78fc5

Browse files
authored
Merge pull request #125 from OS2Forms/rimi-itk-patch-1
Fixed typo
2 parents 48c3341 + 1a8d9d0 commit de78fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin/EngineTasks/MaestroWebformInheritTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function getExecutableForm($modal, MaestroExecuteInteractive $parent) {
138138
// WebformSubmissionForm::submitWebformSubmission returns an array if the submission is not valid.
139139
if (is_array($submission)) {
140140
\Drupal::logger('os2forms_forloeb')->error(
141-
"Can't create new submission: " . json_encode($errors)
141+
"Can't create new submission: " . json_encode($submission)
142142
);
143143
\Drupal::messenger()->addError('Webform data is invalid and could not be submitted.');
144144
return FALSE;

0 commit comments

Comments
 (0)