Skip to content

Commit 5458cae

Browse files
committed
does not save anything itself
1 parent f133d71 commit 5458cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/backend/formwidgets/FieldSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ public function prepareVars()
102102
*/
103103
public function getSaveValue($value)
104104
{
105-
return $this->formWidget->getSaveValue($value);
105+
return FormField::NO_SAVE_DATA;
106106
}
107107
}

0 commit comments

Comments
 (0)