Skip to content

Commit

Permalink
Fixing call to deprecated method, using startupProcess() which will i…
Browse files Browse the repository at this point in the history
…nitialize components.
  • Loading branch information
renan committed Apr 13, 2012
1 parent 8eb9134 commit bba66f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/CakeErrorController.php
Expand Up @@ -54,7 +54,7 @@ public function __construct($request = null, $response = null) {
$this->components[] = 'RequestHandler';
}
$this->constructClasses();
$this->Components->trigger('initialize', array(&$this));
$this->startupProcess();

$this->_set(array('cacheAction' => false, 'viewPath' => 'Errors'));
if (isset($this->RequestHandler)) {
Expand Down

0 comments on commit bba66f6

Please sign in to comment.