diff --git a/code/sitefeatures/PageCommentInterface.php b/code/sitefeatures/PageCommentInterface.php index d1c4e7a0..9823bc54 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; }