Skip to content

Commit

Permalink
Fixed unintentional language update
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed Dec 5, 2024
1 parent 20e6b51 commit da4bcc6
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 da4bcc6

Please sign in to comment.