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
This commit is contained in:
nate 2006-09-10 17:32:52 +00:00
parent 28b18839c3
commit e1696b55c6

View file

@ -49,7 +49,7 @@
* With the other debug levels you get to click the "flash message" to continue. * 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. * Turn of caching checking wide.
* You must still use the controller var cacheAction inside you controller class. * You must still use the controller var cacheAction inside you controller class.