mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix multiple log array key definition on templates property in Debugger
This commit is contained in:
parent
4ae1feaf2d
commit
9cc7c465d1
1 changed files with 1 additions and 2 deletions
|
@ -79,8 +79,7 @@ class Debugger {
|
|||
'traceLine' => '{:reference} - {:path}, line {:line}',
|
||||
'trace' => "Trace:\n{:trace}\n",
|
||||
'context' => "Context:\n{:context}\n",
|
||||
),
|
||||
'log' => array(),
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue