mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #9 from mattgunn/patch-1
BUGFIX: Fix duplicate extension versioned and hierarchy extension.
This commit is contained in:
commit
b91fdd0443
@ -31,9 +31,7 @@ class BlogEntry extends Page {
|
||||
);
|
||||
|
||||
static $extensions = array(
|
||||
'Hierarchy',
|
||||
'TrackBackDecorator',
|
||||
"Versioned('Stage', 'Live')"
|
||||
'TrackBackDecorator'
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user