mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 15:05:54 +00:00
BUG Fix incorrect extension variable
Fixes silverstripe/silverstripe-blog#233
This commit is contained in:
parent
25a1a35a0b
commit
ed6114a7dc
@ -169,7 +169,7 @@ class Widget extends DataObject {
|
|||||||
$fields->removeByName('ParentID');
|
$fields->removeByName('ParentID');
|
||||||
$fields->removeByName('Sort');
|
$fields->removeByName('Sort');
|
||||||
|
|
||||||
$this->extend('updateCMSFields', $tabbedFields);
|
$this->extend('updateCMSFields', $fields);
|
||||||
|
|
||||||
return $fields;
|
return $fields;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user