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