diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-22 15:56:40 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-22 15:56:40 +0100 |
commit | c43144fc7d231660f9f759ee5fa908933204d8ac (patch) | |
tree | 8c871067acd1cac570e617bf2a16553bbb740369 | |
parent | f13b2fb103e4d2aebbd4083c4b56d44a0f752c28 (diff) | |
download | nextcloud-server-c43144fc7d231660f9f759ee5fa908933204d8ac.tar.gz nextcloud-server-c43144fc7d231660f9f759ee5fa908933204d8ac.zip |
Remove bz2 leftover description
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r-- | apps/settings/lib/SetupChecks/PhpModules.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/lib/SetupChecks/PhpModules.php b/apps/settings/lib/SetupChecks/PhpModules.php index 1f22c3a7996..9a6ddadbb1b 100644 --- a/apps/settings/lib/SetupChecks/PhpModules.php +++ b/apps/settings/lib/SetupChecks/PhpModules.php @@ -73,7 +73,6 @@ class PhpModules implements ISetupCheck { protected function getRecommendedModuleDescription(string $module): string { return match($module) { - 'bz2' => $this->l10n->t('required for extraction of apps compressed as bz2'), 'intl' => $this->l10n->t('increases language translation performance and fixes sorting of non-ASCII characters'), 'sodium' => $this->l10n->t('for Argon2 for password hashing'), 'bcmath' => $this->l10n->t('for WebAuthn passwordless login'), |