Commit 263381c3f0dd3c785f5985b9d4a3a208bec1a290

Authored by Karnovsky A
1 parent 2848e106

-

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
common/modules/product/helpers/ProductHelper.php
... ... @@ -80,6 +80,7 @@ class ProductHelper extends Object {
80 80 foreach($last_products as &$last_product) {
81 81 if (empty($_products[$last_product])) {
82 82 unset($last_product);
  83 + continue;
83 84 }
84 85 $last_product = $_products[$last_product];
85 86 }
... ...