mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
70c714d600
commit
7d74f3e598
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ class Debugger {
|
|||
$info = '';
|
||||
|
||||
foreach ((array)$data['context'] as $var => $value) {
|
||||
$context[] = "\${$var} = " . $this->exportVar($value, 1);
|
||||
$context[] = "\${$var} = " . $this->exportVar($value, 3);
|
||||
}
|
||||
|
||||
switch ($this->_outputFormat) {
|
||||
|
|
Loading…
Reference in a new issue