diff --git a/code/BlogTree.php b/code/BlogTree.php index 33f268c..60d534c 100644 --- a/code/BlogTree.php +++ b/code/BlogTree.php @@ -24,12 +24,10 @@ class BlogTree extends Page { private static $db = array( 'Name' => 'Varchar(255)', - 'InheritSideBar' => 'Boolean', 'LandingPageFreshness' => 'Varchar', ); private static $defaults = array( - 'InheritSideBar' => True ); private static $has_one = array();