Skip to content

Commit

Permalink
Reversed type / list type for stage images
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 8, 2018
1 parent 36acad8 commit 614eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/html/templates/catalog/stage/body-standard.php
Expand Up @@ -21,7 +21,7 @@
$mediaItems = [];
foreach( array_reverse( $catPath ) as $catItem )
{
if( ( $mediaItems = $catItem->getRefItems( 'media', 'default', 'stage' ) ) !== [] ) {
if( ( $mediaItems = $catItem->getRefItems( 'media', 'stage', 'default' ) ) !== [] ) {
break;
}
}
Expand Down

0 comments on commit 614eaf8

Please sign in to comment.