Removed spurious CustomContent has_one item

This commit is contained in:
Sam Minnee 2008-02-27 04:59:22 +00:00
parent 3962b70a52
commit 08207510c4

View File

@ -17,7 +17,7 @@ class SiteTreeSubsites extends DataObjectDecorator {
"MetaDescription", "MetaDescription",
"MetaKeywords", "MetaKeywords",
); );
/** /**
* Set the fields that will be copied from the template. * Set the fields that will be copied from the template.
* Note that ParentID and Sort are implied. * Note that ParentID and Sort are implied.
@ -34,7 +34,6 @@ class SiteTreeSubsites extends DataObjectDecorator {
'has_one' => array( 'has_one' => array(
'Subsite' => 'Subsite', // The subsite that this page belongs to 'Subsite' => 'Subsite', // The subsite that this page belongs to
'MasterPage' => 'SiteTree', // Optional; the page that is the content master 'MasterPage' => 'SiteTree', // Optional; the page that is the content master
'CustomContent' => 'Boolean', // On a page that has a content master, set this to true to
), ),
); );
} }