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