Merge pull request #15223 from nextcloud/backport/15188/stable16
[stable16] Fix setupcheck for intl module
This commit is contained in:
commit
e4d05cb669
|
@ -574,7 +574,7 @@ Raw output
|
|||
protected function hasRecommendedPHPModules(): array {
|
||||
$recommendedPHPModules = [];
|
||||
|
||||
if (!function_exists('grapheme_strlen')) {
|
||||
if (!extension_loaded('intl')) {
|
||||
$recommendedPHPModules[] = 'intl';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue