fix multiple log array key definition on templates property in Debugger

This commit is contained in:
Max Meiden Dasuki 2014-01-15 15:14:00 +08:00
parent 4ae1feaf2d
commit 9cc7c465d1

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(),
)
);
/**