Removing legacy parameter setting.

This commit is contained in:
mark_story 2011-01-01 22:16:12 -05:00
parent 814142e3dd
commit 6e1f45abb3

View file

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