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