From 08207510c48d7de738dd9712264e15c86ae6ccd3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 27 Feb 2008 04:59:22 +0000 Subject: [PATCH] Removed spurious CustomContent has_one item --- code/SiteTreeSubsites.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/SiteTreeSubsites.php b/code/SiteTreeSubsites.php index c748d70..d820c67 100644 --- a/code/SiteTreeSubsites.php +++ b/code/SiteTreeSubsites.php @@ -17,7 +17,7 @@ class SiteTreeSubsites extends DataObjectDecorator { "MetaDescription", "MetaKeywords", ); - + /** * Set the fields that will be copied from the template. * Note that ParentID and Sort are implied. @@ -34,7 +34,6 @@ class SiteTreeSubsites extends DataObjectDecorator { 'has_one' => array( 'Subsite' => 'Subsite', // The subsite that this page belongs to '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 ), ); }