Commit 6a6b3c4f53a80b25f050cd8e72101aa9193bebb9
1 parent
5a0bf381
id => email
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
... | ... | @@ -503,6 +503,7 @@ class MenuController extends \controllers\ControllerBase |
503 | 503 | |
504 | 504 | die( json_encode( var_dump($this->session->get('id')) ) ); |
505 | 505 | //die( json_encode($count) ); |
506 | + | |
506 | 507 | } |
507 | 508 | |
508 | 509 | /////////////////////////////////////////////////////////////////////////// | ... | ... |