Skip to content

Commit

Permalink
Add back response property assignment removed by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 16, 2014
1 parent 37d6ad7 commit 073f73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Component/RequestHandlerComponent.php
Expand Up @@ -149,6 +149,7 @@ public function implementedEvents() {
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'];
Expand Down

0 comments on commit 073f73a

Please sign in to comment.