Fixing error caused by removed method.

This commit is contained in:
mark_story 2010-11-14 22:19:49 -05:00
parent 722b1a02ba
commit 8a35b76cc2

View file

@ -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'];