From 5bd84038a2c7784525d29ce8f44ac75f0b3beb38 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 11 Feb 2021 12:18:42 -0500 Subject: Remove Minz validation (#3439) It should have been done during #3302. --- app/i18n/en/install.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/i18n/en/install.php') 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).', -- cgit v1.2.3