Skip to content

Commit

Permalink
Merge pull request #4 from leanormandon/fix/add-index
Browse files Browse the repository at this point in the history
save index on init
  • Loading branch information
zawaze authored May 24, 2024
2 parents 41412a1 + 291f912 commit 965549c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>1.1.2</version>
<version>1.1.3</version>
<authors>
<author>
<name>Loïc MO</name>
Expand Down
1 change: 1 addition & 0 deletions Model/HeaderHighlights.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function createEmptyHeaderHighlights(int $index, string $displayType): se

$this
->setCategoryId($categoryId)
->setImageBlock($index)
->setDisplayType($displayType);

foreach ($locales as $locale) {
Expand Down

0 comments on commit 965549c

Please sign in to comment.