aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/install.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-02-11 12:18:42 -0500
committerGravatar GitHub <noreply@github.com> 2021-02-11 18:18:42 +0100
commit5bd84038a2c7784525d29ce8f44ac75f0b3beb38 (patch)
treefacd11ab35dcdfd4af4a6ade4b91ec3b848c66aa /app/i18n/en/install.php
parent13688825f2d76cb718774b122111a31aa071c51e (diff)
Remove Minz validation (#3439)
It should have been done during #3302.
Diffstat (limited to 'app/i18n/en/install.php')
-rw-r--r--app/i18n/en/install.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index b69769ac8..13cf79066 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -68,10 +68,6 @@ return array(
'nok' => 'Cannot find the recommended library mbstring for Unicode.',
'ok' => 'You have the recommended library mbstring for Unicode.',
),
- 'minz' => array(
- 'nok' => 'Cannot find the Minz framework.',
- 'ok' => 'You have the Minz framework.',
- ),
'pcre' => array(
'nok' => 'Cannot find the required library for regular expressions (php-pcre).',
'ok' => 'You have the required library for regular expressions (PCRE).',