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