Commit 291f257c56e65934a133f039c9cc9ea493725d9c

Authored by Administrator
1 parent 9873d646

add local config

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/DealerController.php
... ... @@ -1674,6 +1674,8 @@ class DealerController extends \controllers\ControllerBase
1674 1674  
1675 1675 private function getGroups($items) {
1676 1676 $groups = [];
  1677 + print_r($items);
  1678 + die();
1677 1679 foreach($items as $i) {
1678 1680 print_r($i['subtype_alias']);
1679 1681 print_r($this->models->getItems()->getTitleByAlias($this->lang_id, $i['subtype_alias']));
... ...