Skip to content

Commit

Permalink
Merge pull request #1066 from M0rgan01/fix-update-language
Browse files Browse the repository at this point in the history
[FIX] Fixed unintentional language update
  • Loading branch information
M0rgan01 authored Dec 5, 2024
2 parents 20e6b51 + da4bcc6 commit 9ba8eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upgrade/php/install_ps_distributionapiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function install_ps_distributionapiclient()
{
if (class_exists('Ps_Distributionapiclient')) {
$module = new Ps_Distributionapiclient();
$module->updateTranslationsAfterInstall(false);
$module->install();
}
}

0 comments on commit 9ba8eef

Please sign in to comment.