|
|
@@ -15,7 +15,7 @@
|
|
|
* @since CakePHP(tm) v 0.10.0.1076
|
|
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
|
|
*/
|
|
|
-if (Configure::read('debug') == 0):
|
|
|
+if (!Configure::read('debug')):
|
|
|
throw new NotFoundException();
|
|
|
endif;
|
|
|
App::uses('Debugger', 'Utility');
|