From 9cc7c465d1d29f5f08713f2a52435473bf3ea1f9 Mon Sep 17 00:00:00 2001 From: Max Meiden Dasuki Date: Wed, 15 Jan 2014 15:14:00 +0800 Subject: [PATCH] fix multiple log array key definition on templates property in Debugger --- lib/Cake/Utility/Debugger.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Cake/Utility/Debugger.php b/lib/Cake/Utility/Debugger.php index 54f08e7f7..96482daf1 100644 --- a/lib/Cake/Utility/Debugger.php +++ b/lib/Cake/Utility/Debugger.php @@ -79,8 +79,7 @@ class Debugger { 'traceLine' => '{:reference} - {:path}, line {:line}', 'trace' => "Trace:\n{:trace}\n", 'context' => "Context:\n{:context}\n", - ), - 'log' => array(), + ) ); /**