From 504ba464f6dab923cbe001bea726371e378e5947 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 29 Apr 2009 05:56:33 +0000 Subject: [PATCH] Merged from branches/2.3 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@75655 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/sitefeatures/PageCommentInterface.php | 1 + 1 file changed, 1 insertion(+) 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() {