Commit 7d40bf6c7dafece1cef4af512cc738515bc63d0b
1 parent
c8b5f2ca
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
... | ... | @@ -1377,7 +1377,7 @@ |
1377 | 1377 | { |
1378 | 1378 | $items_ids = $this->common->array_column( $items_, 'item_id' ); |
1379 | 1379 | $items = $this->models->getItems()->getItemsByIds( $this->lang_id, $items_ids ); |
1380 | - | |
1380 | + p($items, 1); | |
1381 | 1381 | foreach( $items as &$i ) |
1382 | 1382 | { |
1383 | 1383 | $i['cover'] = !empty( $i['group_cover'] ) ? $this->storage->getPhotoUrl( $i['group_cover'], 'avatar', '200x' ) : '/images/packet.jpg'; | ... | ... |