mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE: Made LeftAndMain::getResponseNegotiator() public so extensions can use it.
This commit is contained in:
parent
304c3cd5d3
commit
1e174b3102
@ -412,7 +412,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
*
|
||||
* @return PJAXResponseNegotiator
|
||||
*/
|
||||
protected function getResponseNegotiator() {
|
||||
public function getResponseNegotiator() {
|
||||
if(!$this->responseNegotiator) {
|
||||
$controller = $this;
|
||||
$this->responseNegotiator = new PJAXResponseNegotiator(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user