Merge pull request #2656 from makusu/fix-debugger-templates-array

fix multiple log array key definition on templates property in Debugger
This commit is contained in:
Christian Winther 2014-01-14 23:29:05 -08:00
commit ace586e367

View file

@ -79,8 +79,7 @@ class Debugger {
'traceLine' => '{:reference} - {:path}, line {:line}',
'trace' => "Trace:\n{:trace}\n",
'context' => "Context:\n{:context}\n",
),
'log' => array(),
)
);
/**