Clean and update code

This commit is contained in:
Philippe GRAND
2018-07-25 15:25:23 +02:00
parent 0c0c9269d5
commit 7d5464cfbc
5 changed files with 10 additions and 7 deletions

View File

@@ -1201,7 +1201,7 @@ function activateModulesRequiredByCountry($country_code)
{
activateModule($modName);
setEventMessage($objMod->automatic_activation[$country_code],'warnings');
setEventMessages($objMod->automatic_activation[$country_code], null, 'warnings');
}
}