Commit d2a1fdf2fa0f7a387d90ec2b20cc93ab7a7134af
1 parent
8440206a
debugging
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
... | ... | @@ -521,7 +521,7 @@ class MenuController extends \controllers\ControllerBase |
521 | 521 | $this->session->set( 'in_cart', $in_cart ); |
522 | 522 | |
523 | 523 | $count = count($in_cart); |
524 | - | |
524 | + echo 'cAlback'; | |
525 | 525 | //save basket in DB |
526 | 526 | if ($this->session->get('isAuth')) { |
527 | 527 | $user_id = $this->session->get('id'); | ... | ... |