mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR TableField_Item::Fields() now conforms to parent
TableListField_Item::Fields() for E_STRICT compliance
This commit is contained in:
parent
42988ecb18
commit
859f7add20
@ -687,7 +687,7 @@ class TableField_Item extends TableListField_Item {
|
||||
return new FieldList($this->fields);
|
||||
}
|
||||
|
||||
function Fields() {
|
||||
function Fields($xmlSafe = true) {
|
||||
return $this->fields;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user