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:
Daniel Hensby 2015-09-25 12:20:31 +01:00
commit a964e7636e

View File

@ -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');