Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(i18n): issue with translation when several modules installed (#7916)
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo authored Oct 4, 2019
1 parent 7d8dda2 commit 7d493f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Centreon/Domain/Service/I18nService.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private function getExtensionsTranslation(): array

foreach ($files as $file) {
$data = array_replace_recursive(
$data,
unserialize($file->getContents())
);
}
Expand Down

0 comments on commit 7d493f4

Please sign in to comment.