mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
removed ref to InheritSideBar
This commit is contained in:
parent
f7c33e440d
commit
adbefd648e
@ -24,12 +24,10 @@ class BlogTree extends Page {
|
|||||||
|
|
||||||
private static $db = array(
|
private static $db = array(
|
||||||
'Name' => 'Varchar(255)',
|
'Name' => 'Varchar(255)',
|
||||||
'InheritSideBar' => 'Boolean',
|
|
||||||
'LandingPageFreshness' => 'Varchar',
|
'LandingPageFreshness' => 'Varchar',
|
||||||
);
|
);
|
||||||
|
|
||||||
private static $defaults = array(
|
private static $defaults = array(
|
||||||
'InheritSideBar' => True
|
|
||||||
);
|
);
|
||||||
|
|
||||||
private static $has_one = array();
|
private static $has_one = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user