diff --git a/code/controllers/CMSSettingsController.php b/code/controllers/CMSSettingsController.php index cb8d0e23..a5000edb 100644 --- a/code/controllers/CMSSettingsController.php +++ b/code/controllers/CMSSettingsController.php @@ -6,7 +6,8 @@ class CMSSettingsController extends LeftAndMain { static $menu_priority = -1; static $menu_title = 'Settings'; static $tree_class = 'SiteConfig'; - + static $required_permission_codes = array('EDIT_SITECONFIG'); + public function getResponseNegotiator() { $neg = parent::getResponseNegotiator(); $controller = $this;