Skip to content

Commit a147ed5

Browse files
ENGCOM-1790: [Forwardport] Use stored value of method instead of calling same method again. #15706
- Merge Pull Request #15706 from dmytro-ch/magento2:2.3-develop-PR-port-15517 - Merged commits: 1. 83b3587 2. 82d254b 3. 42f3f2e
2 parents 943e2cd + 42f3f2e commit a147ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Marketplace/view/adminhtml/templates/partners.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$partners = $block->getPartners();
1212
?>
1313
<?php if ($partners) : ?>
14-
<?php foreach ($block->getPartners() as $partner) : ?>
14+
<?php foreach ($partners as $partner) : ?>
1515
<div class="partner">
1616
<img
1717
class="partner-image"

0 commit comments

Comments
 (0)