MINOR TableField_Item::Fields() now conforms to parent

TableListField_Item::Fields() for E_STRICT compliance
This commit is contained in:
Sean Harvey 2012-04-12 12:13:22 +12:00
parent 42988ecb18
commit 859f7add20

View File

@ -687,7 +687,7 @@ class TableField_Item extends TableListField_Item {
return new FieldList($this->fields);
}
function Fields() {
function Fields($xmlSafe = true) {
return $this->fields;
}