Merge pull request #108 from heffaklump90/master

removed ref to InheritSideBar
This commit is contained in:
Will Rossiter 2013-10-24 17:44:48 -07:00
commit 91705ccc7d
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();