Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f7c00d7

Browse files
Merge forwardport of magento/magento2#13086 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/13086.patch (created by @samgranger) based on commit(s): 1. f181350 2. ccaf54a 3. c9a7edd 4. bdcac52 5. d7dc6a9
2 parents a278aaf + 59e1020 commit f7c00d7

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/list

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ switch ($type = $block->getType()) {
146146
}
147147
break;
148148

149-
case 'other':
150-
break;
149+
default:
150+
$exist = null;
151151
}
152152
?>
153153

0 commit comments

Comments
 (0)