Skip to content

Commit

Permalink
Update Subform.php
Browse files Browse the repository at this point in the history
Added spaces.
  • Loading branch information
obuisard committed Sep 11, 2023
1 parent 095cb66 commit 83ffc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fields/subform/src/Extension/Subform.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public function onCustomFieldsBeforeSave($field)
foreach ($this->getSubfieldsFromField($field) as $subfield) {
foreach ($row as $fieldId => $rawValue) {
if ($subfield->id === (int)str_replace('field', '', $fieldId)) {
$subfield->rawvalue = $rawValue;
$subfield->rawvalue = $rawValue;
$row_subfields[$subfield->fieldname] = $subfield;
}
}
Expand Down

0 comments on commit 83ffc22

Please sign in to comment.