Skip to content

Commit

Permalink
Moving basic templates to the 'base' key.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 29, 2011
1 parent aa6d6a9 commit 864cb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Utility/Debugger.php
Expand Up @@ -75,13 +75,13 @@ class Debugger {
),
'txt' => array(
'error' => "{:error}: {:code} :: {:description} on line {:line} of {:path}\n{:info}",
'context' => "Context:\n{:context}\n",
'trace' => "Trace:\n{:trace}\n",
'code' => '',
'info' => ''
),
'base' => array(
'traceLine' => '{:reference} - {:path}, line {:line}'
'traceLine' => '{:reference} - {:path}, line {:line}',
'trace' => "Trace:\n{:trace}\n",
'context' => "Context:\n{:context}\n",
),
'log' => array(),
);
Expand Down

0 comments on commit 864cb70

Please sign in to comment.