Fix warning
This commit is contained in:
parent
82c19a6372
commit
9e5d87e821
@ -7039,6 +7039,10 @@ function getLanguageCodeFromCountryCode($countrycode)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
dol_syslog("Warning Exention php-intl is not available", LOG_WARNING);
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user