Commit 383a91b22895dd57c7d625d57c43a9aba10252f7

Authored by Etienne Pallier
1 parent da7d9e5d
Exists in master and in 2 other branches dev, dev-IRAP

bugfix3

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Controller/AppController.php
... ... @@ -792,7 +792,7 @@ class AppController extends Controller
792 792 function myDebug($arg, $stop=false)
793 793 {
794 794 if ($this->isLabinventDebugMode()) {
795   - Configure::write('debug', true);
  795 + //Configure::write('debug', true);
796 796 debug($arg);
797 797 if ($stop) exit();
798 798 }
... ...