Commit 991ca6f05f38f5442b4b6f1ed915474fcd424811
1 parent
c83df947
id => email
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
... | ... | @@ -501,7 +501,7 @@ class MenuController extends \controllers\ControllerBase |
501 | 501 | |
502 | 502 | } |
503 | 503 | |
504 | - die( json_encode( $count ) ); | |
504 | + die( json_encode( var_dump($count) ) ); | |
505 | 505 | } |
506 | 506 | |
507 | 507 | /////////////////////////////////////////////////////////////////////////// | ... | ... |