Skip to content

Commit

Permalink
Merge pull request #34029 from PrestaEdit/patch-209
Browse files Browse the repository at this point in the history
Get a list of unique module's name
  • Loading branch information
kpodemski committed Oct 23, 2023
2 parents 48daa68 + f0e6aa9 commit ce53c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ private function getModulesFromTranslations(string $locale): array
}
}

return $modules;
return array_unique($modules);
}
}

0 comments on commit ce53c89

Please sign in to comment.