Skip to content

Commit 79520f9

Browse files
ENGCOM-1688: Use stored value of method instead of calling same method again. #15517
- Merge Pull Request #15517 from saurabh-aureate/magento2:saurabh-patch-4 - Merged commits: 1. cf9b169 2. 855e73a 3. 0efc836
2 parents 4405582 + 0efc836 commit 79520f9

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)