Fix warning

This commit is contained in:
Laurent Destailleur 2019-04-03 18:39:27 +02:00
parent 82c19a6372
commit 9e5d87e821

View File

@ -7039,6 +7039,10 @@ function getLanguageCodeFromCountryCode($countrycode)
}
}
}
else
{
dol_syslog("Warning Exention php-intl is not available", LOG_WARNING);
}
return null;
}