BUGFIX: Fix trackbacks

This commit is contained in:
Andrew O'Neil 2008-12-16 04:29:34 +00:00
parent e3a21012fb
commit 1298e15c07
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@ class BlogEntry extends Page {
}
class BlogEntry_Controller extends Page_Controller {
static $allowed_actions = array(
'trackbackping',
'unpublishPost'
);
function init() {
parent::init();