diff --git a/code/Forms/InternalLinkFormFactory.php b/code/Forms/InternalLinkFormFactory.php index ba97c280..045c695a 100644 --- a/code/Forms/InternalLinkFormFactory.php +++ b/code/Forms/InternalLinkFormFactory.php @@ -48,6 +48,8 @@ class InternalLinkFormFactory extends LinkFormFactory $fields->insertAfter('PageID', TextField::create('Text', _t(__CLASS__.'.LINKTEXT', 'Link text'))); } + $this->extend('updateFormFields', $fields, $controller, $name, $context); + return $fields; }