mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: fixed notice level error
This commit is contained in:
parent
b83bc79fc2
commit
dde089ccd6
@ -162,7 +162,7 @@ class FieldEditor extends FormField {
|
||||
$field = new $className();
|
||||
$field->write();
|
||||
$field->ParentID = $this->form->getRecord()->ID;
|
||||
$field->Name = $e->class . $e->ID;
|
||||
$field->Name = $field->class . $field->ID;
|
||||
$field->Sort = $sort;
|
||||
$field->write();
|
||||
return $field->EditSegment();
|
||||
|
Loading…
Reference in New Issue
Block a user