Commit d8e483732832fcf83a2b26636c77c41749d636de

Authored by Etienne Pallier
1 parent e0616798

traque bug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/Controller/MaterielsController.php
... ... @@ -65,6 +65,7 @@ class MaterielsController extends AppController {
65 65 */
66 66 $role = $this->getUserRole($user);
67 67 $this->myDebug("role is ".$role);
  68 + $this->debug("role is ".$role);
68 69 //BETTER:
69 70 //$action = $this->request->getAttribute('params')['action'];
70 71 $action = $this->request->getParam('action');
... ...