Adding omitted parent call.

This commit is contained in:
mark_story 2010-08-29 23:38:46 -04:00
parent 612c52bb8b
commit 534f6006f8

View file

@ -38,6 +38,7 @@ class CakeErrorController extends AppController {
* @return void
*/
function beforeRender() {
parent::beforeRender();
foreach ($this->viewVars as $key => $value) {
$this->viewVars[$key] = h($value);
}