|
|
@@ -149,6 +149,7 @@ class RequestHandlerComponent extends Component {
|
|
|
public function initialize(array $config) {
|
|
|
$controller = $this->_registry->getController();
|
|
|
$request = $this->request = $controller->request;
|
|
|
+ $this->response = $controller->response;
|
|
|
|
|
|
if (isset($request->params['_ext'])) {
|
|
|
$this->ext = $request->params['_ext'];
|