Skip to content

Commit

Permalink
Removing legacy parameter setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 2, 2011
1 parent 814142e commit 6e1f45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/cake_error_controller.php
Expand Up @@ -26,7 +26,7 @@ class CakeErrorController extends AppController {
function __construct() {
parent::__construct();
$this->_set(Router::getPaths());
$this->request = $this->params = Router::getRequest(false);
$this->request = Router::getRequest(false);
$this->constructClasses();
$this->Components->trigger('initialize', array(&$this));
$this->_set(array('cacheAction' => false, 'viewPath' => 'errors'));
Expand Down

0 comments on commit 6e1f45a

Please sign in to comment.