Skip to content

Commit

Permalink
Fixing error caused by removed method.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 26, 2010
1 parent 722b1a0 commit 8a35b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/debugger.php
Expand Up @@ -291,7 +291,7 @@ public function showError($code, $description, $file = null, $line = null, $cont
$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'];
Expand Down

0 comments on commit 8a35b76

Please sign in to comment.