From 9b84e9df6ffb584295eb9980af45f20f0e51f228 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 13 Jan 2009 04:16:41 +0000 Subject: [PATCH] MINOR Removed redundant code in CMSMain->AddPageOptionsForm() git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70065 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CMSMain.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index d666f41e..c4f7d091 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -1123,7 +1123,6 @@ JS; return new Form($this, "AddPageOptionsForm", new FieldSet( new HiddenField("ParentID"), new DropdownField("PageType", "", $pageTypes, 'Page') - // "Page to copy" => new TreeDropdownField("DuplicateSection", "", "SiteTree"), ), new FieldSet( new FormAction("addpage", _t('CMSMain.GO',"Go"))