diff --git a/code/sitefeatures/PageCommentInterface.php b/code/sitefeatures/PageCommentInterface.php index 467c1bae..0eb9e123 100755 --- a/code/sitefeatures/PageCommentInterface.php +++ b/code/sitefeatures/PageCommentInterface.php @@ -221,6 +221,8 @@ class PageCommentInterface extends RequestHandler { "CommenterURL" => Cookie::get("PageCommentInterface_CommenterURL") )); + $this->extend('updatePageCommentForm', $form); + return $form; }