diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index 312db801..d945f798 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -88,7 +88,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr return parent::index($request); } - protected function getResponseNegotiator() { + public function getResponseNegotiator() { $negotiator = parent::getResponseNegotiator(); $controller = $this; $negotiator->setCallback('ListViewForm', function() use(&$controller) {