Commit e8edbb2168b590d2802b1caf3ba776b14f63a16c
1 parent
3d9ad4ca
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'])); | ... | ... |