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,7 +521,7 @@ class MenuController extends \controllers\ControllerBase | ||
521 | $this->session->set( 'in_cart', $in_cart ); | 521 | $this->session->set( 'in_cart', $in_cart ); |
522 | 522 | ||
523 | $count = count($in_cart); | 523 | $count = count($in_cart); |
524 | - | 524 | + echo 'cAlback'; |
525 | //save basket in DB | 525 | //save basket in DB |
526 | if ($this->session->get('isAuth')) { | 526 | if ($this->session->get('isAuth')) { |
527 | $user_id = $this->session->get('id'); | 527 | $user_id = $this->session->get('id'); |