Skip to content

Commit

Permalink
Reverting change until that is causing a break
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 24, 2015
1 parent 887d6f4 commit 456d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component.php
Expand Up @@ -110,7 +110,7 @@ public function __construct(ComponentRegistry $registry, array $config = [])
$this->_registry = $registry;
$controller = $registry->getController();
if ($controller) {
$this->request =& $controller->request;
$this->request = $controller->request;
}

$this->config($config);
Expand Down

0 comments on commit 456d4f7

Please sign in to comment.