From 42919a2be331efc1af46440781e82bd09380e2ef Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 11 Oct 2023 19:43:42 +0000 Subject: [PATCH] Deactivated check --- src/Core/Installer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 68f40c01a..afea87ffb 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -411,7 +411,8 @@ class Installer $help = DI::l10n()->t('Error: The IntlChar module is not installed.'); $returnVal = false; } - $this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help); + // Acticate when IntlChar is installed in the check pipeline. + // $this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help); // check for XML DOM Documents being able to be generated $help = '';