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
|
* @return PJAXResponseNegotiator
|
||||||
*/
|
*/
|
||||||
protected function getResponseNegotiator() {
|
public function getResponseNegotiator() {
|
||||||
if(!$this->responseNegotiator) {
|
if(!$this->responseNegotiator) {
|
||||||
$controller = $this;
|
$controller = $this;
|
||||||
$this->responseNegotiator = new PJAXResponseNegotiator(array(
|
$this->responseNegotiator = new PJAXResponseNegotiator(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user