Cast SmallFieldHolder to HTMLFragment - fixes #6568

This commit is contained in:
Colin Tucker 2017-01-27 09:16:58 +11:00
parent c81959cce0
commit 34398b0faa

View File

@ -255,6 +255,7 @@ class FormField extends RequestHandler
private static $casting = array(
'FieldHolder' => 'HTMLFragment',
'SmallFieldHolder' => 'HTMLFragment',
'Field' => 'HTMLFragment',
'AttributesHTML' => 'HTMLFragment', // property $AttributesHTML version
'getAttributesHTML' => 'HTMLFragment', // method $getAttributesHTML($arg) version