Commit 0200ae1db51b7707007f22bed135fa8f4bab90f0

Authored by Alex Savenko
1 parent f0646224

bool fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/controllers/MenuController.php
... ... @@ -488,7 +488,7 @@ class MenuController extends \controllers\ControllerBase
488 488 if ($this->session->get('isAuth')) {
489 489 $data = [
490 490 'user_id' => $this->session->get('id'),
491   - 'letter' => false
  491 + 'letter' => '0'
492 492 ];
493 493 $this->models->getBasket()->addData($data);
494 494 }
... ...