diff --git a/_config.php b/_config.php index 0fb43491fc..6c1deee0d3 100644 --- a/_config.php +++ b/_config.php @@ -1,10 +1,5 @@ [ diff --git a/code/Controllers/CMSPageSettingsController.php b/code/Controllers/CMSPageSettingsController.php index 34353c7c50..bf40157367 100644 --- a/code/Controllers/CMSPageSettingsController.php +++ b/code/Controllers/CMSPageSettingsController.php @@ -15,6 +15,8 @@ class CMSPageSettingsController extends CMSMain private static $required_permission_codes = 'CMS_ACCESS_CMSMain'; + private static $ignore_menuitem = true; + public function getEditForm($id = null, $fields = null) { $record = $this->getRecord($id ?: $this->currentPageID());