mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed HiddenField->SmallFieldHolder() declaration
This commit is contained in:
parent
2266638475
commit
91477617e6
@ -28,7 +28,7 @@ class HiddenField extends FormField {
|
||||
);
|
||||
}
|
||||
|
||||
function SmallFieldHolder() {
|
||||
return $this->FieldHolder();
|
||||
function SmallFieldHolder($properties = array()) {
|
||||
return $this->FieldHolder($properties);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user