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 = '';