diff --git a/code/sitefeatures/PageCommentInterface.php b/code/sitefeatures/PageCommentInterface.php index 09713655..30cf5d04 100755 --- a/code/sitefeatures/PageCommentInterface.php +++ b/code/sitefeatures/PageCommentInterface.php @@ -53,6 +53,7 @@ class PageCommentInterface extends RequestHandler { $this->controller = $controller; $this->methodName = $methodName; $this->page = $page; + parent::__construct(); } function Link() {