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"))