Commit b9f404997bc15b767a63c17e4c74b2132ede347e

Authored by Administrator
1 parent ead01fe4

add local config

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