mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4629 from stevie-mayhew/pulls/get-response-regression
BUGFIX: fix response regression in initiation of request handler
This commit is contained in:
commit
a964e7636e
@ -133,6 +133,7 @@ class Controller extends RequestHandler implements TemplateGlobalProvider {
|
||||
$this->pushCurrent();
|
||||
$this->urlParams = $request->allParams();
|
||||
$this->setRequest($request);
|
||||
$this->getResponse();
|
||||
$this->setDataModel($model);
|
||||
|
||||
$this->extend('onBeforeInit');
|
||||
|
Loading…
Reference in New Issue
Block a user