Fixed HiddenField->SmallFieldHolder() declaration

This commit is contained in:
Ingo Schommer 2013-04-05 14:01:07 +02:00
parent 2266638475
commit 91477617e6

View File

@ -28,7 +28,7 @@ class HiddenField extends FormField {
);
}
function SmallFieldHolder() {
return $this->FieldHolder();
function SmallFieldHolder($properties = array()) {
return $this->FieldHolder($properties);
}
}