MINOR: Updated getResponseNegotiator visibility to match changed parent API.

This commit is contained in:
Andrew Short 2012-05-12 16:08:10 +10:00
parent b77920e2fe
commit 6b87a6edfa

View File

@ -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) {