diff --git a/code/BlogEntry.php b/code/BlogEntry.php index b15fc60..878b792 100644 --- a/code/BlogEntry.php +++ b/code/BlogEntry.php @@ -164,7 +164,8 @@ class BlogEntry extends Page { class BlogEntry_Controller extends Page_Controller { static $allowed_actions = array( 'trackbackping', - 'unpublishPost' + 'unpublishPost', + 'PageComments' ); function init() {