mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
28b18839c3
commit
e1696b55c6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue