mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #15223 from nextcloud/backport/15188/stable16
[stable16] Fix setupcheck for intl module
This commit is contained in:
commit
e4d05cb669
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue