mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX Missing Hierarchy and Versioned extensions because of overloaded $extensions variable
This commit is contained in:
parent
0e38bbc1cd
commit
e6c0d70d99
@ -29,7 +29,9 @@ class BlogEntry extends Page {
|
||||
);
|
||||
|
||||
static $extensions = array(
|
||||
'TrackBackDecorator'
|
||||
'Hierarchy',
|
||||
'TrackBackDecorator',
|
||||
"Versioned('Stage', 'Live')"
|
||||
);
|
||||
|
||||
static $allowed_children = "none";
|
||||
|
Loading…
Reference in New Issue
Block a user