mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 15:05:54 +00:00
Merge pull request #89 from tractorcow/pulls/1.0/fix-cms-fields-bug
BUG Fix incorrect extension variable
This commit is contained in:
commit
791d32a303
@ -169,7 +169,7 @@ class Widget extends DataObject {
|
||||
$fields->removeByName('ParentID');
|
||||
$fields->removeByName('Sort');
|
||||
|
||||
$this->extend('updateCMSFields', $tabbedFields);
|
||||
$this->extend('updateCMSFields', $fields);
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user