mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX: default child needs to be a string rather then an array
This commit is contained in:
parent
c3331581ee
commit
8f037c4628
@ -8,7 +8,7 @@
|
||||
* An individual blog entry page to show a blog entry in full
|
||||
*/
|
||||
class BlogEntry extends Page {
|
||||
static $default_parent = array('BlogHolder');
|
||||
static $default_parent = 'BlogHolder';
|
||||
|
||||
static $can_be_root = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user