Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 3, 2019
1 parent 82c19a6 commit 9e5d87e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/core/lib/functions.lib.php
Expand Up @@ -7039,6 +7039,10 @@ function getLanguageCodeFromCountryCode($countrycode)
}
}
}
else
{
dol_syslog("Warning Exention php-intl is not available", LOG_WARNING);
}

return null;
}
Expand Down

0 comments on commit 9e5d87e

Please sign in to comment.