mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Merge pull request #127 from ajshort/silverstripe-cms
--- This is a companion pull request to https://github.com/silverstripe/sapphire/pull/438.
This commit is contained in:
commit
6f4377a019
@ -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