BUGFIX Missing Hierarchy and Versioned extensions because of overloaded $extensions variable

This commit is contained in:
Sean Harvey 2008-09-15 03:59:39 +00:00
parent 0e38bbc1cd
commit e6c0d70d99
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ class BlogEntry extends Page {
);
static $extensions = array(
'TrackBackDecorator'
'Hierarchy',
'TrackBackDecorator',
"Versioned('Stage', 'Live')"
);
static $allowed_children = "none";