mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adding omitted parent call.
This commit is contained in:
parent
612c52bb8b
commit
534f6006f8
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class CakeErrorController extends AppController {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function beforeRender() {
|
function beforeRender() {
|
||||||
|
parent::beforeRender();
|
||||||
foreach ($this->viewVars as $key => $value) {
|
foreach ($this->viewVars as $key => $value) {
|
||||||
$this->viewVars[$key] = h($value);
|
$this->viewVars[$key] = h($value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue