Browse Source

Add back response property assignment removed by mistake.

ADmad 11 years ago
parent
commit
073f73a3b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Controller/Component/RequestHandlerComponent.php

+ 1 - 0
src/Controller/Component/RequestHandlerComponent.php

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