mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed regression on missing return value in CompositeField->FieldHolder()
This commit is contained in:
parent
3d8079c1b5
commit
c0fddf262c
@ -112,7 +112,7 @@ class CompositeField extends FormField {
|
||||
}
|
||||
}
|
||||
|
||||
$this->createTag('div', $this->getAttributes(), $content);
|
||||
return $this->createTag('div', $this->getAttributes(), $content);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user