From e1696b55c60c2797047cee166e8a7e4e1d4d8dd0 Mon Sep 17 00:00:00 2001 From: nate Date: Sun, 10 Sep 2006 17:32:52 +0000 Subject: [PATCH] Committing suggested DEBUG setting change from Ticket #1056 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3462 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index e51dcc517..6de3d435c 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -49,7 +49,7 @@ * With the other debug levels you get to click the "flash message" to continue. * */ - define('DEBUG', 1); + define('DEBUG', 2); /** * Turn of caching checking wide. * You must still use the controller var cacheAction inside you controller class.