Deactivated check

This commit is contained in:
Michael 2023-10-11 19:43:42 +00:00
parent 6459614f34
commit 42919a2be3
1 changed files with 2 additions and 1 deletions

View File

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