removed ref to InheritSideBar

This commit is contained in:
Björn Radon 2013-10-24 21:21:30 +02:00
parent f7c33e440d
commit adbefd648e
1 changed files with 0 additions and 2 deletions

View File

@ -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();