mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR: Updated getResponseNegotiator visibility to match changed parent API.
This commit is contained in:
parent
b77920e2fe
commit
6b87a6edfa
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user