mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing error caused by removed method.
This commit is contained in:
parent
722b1a02ba
commit
8a35b76cc2
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class Debugger {
|
|||
$data = compact(
|
||||
'level', 'error', 'code', 'helpID', 'description', 'file', 'path', 'line', 'context'
|
||||
);
|
||||
echo $_this->_output($data);
|
||||
echo $_this->outputError($data);
|
||||
|
||||
if (Configure::read('log')) {
|
||||
$tpl = $_this->_templates['log']['error'];
|
||||
|
|
Loading…
Add table
Reference in a new issue