mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX: Fix trackbacks
This commit is contained in:
parent
e3a21012fb
commit
1298e15c07
@ -162,6 +162,10 @@ class BlogEntry extends Page {
|
||||
}
|
||||
|
||||
class BlogEntry_Controller extends Page_Controller {
|
||||
static $allowed_actions = array(
|
||||
'trackbackping',
|
||||
'unpublishPost'
|
||||
);
|
||||
|
||||
function init() {
|
||||
parent::init();
|
||||
|
Loading…
Reference in New Issue
Block a user