mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
3fc6d293fc
commit
201231cd42
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ TEXT;
|
|||
}
|
||||
$var = print_r($var, true);
|
||||
if ($showHtml) {
|
||||
$var = htmlentities($var);
|
||||
$var = h($var);
|
||||
}
|
||||
printf($template, $file, $line, $var);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue