Deactivate the check
authorMichael <heluecht@pirati.ca>
Wed, 11 Oct 2023 20:28:10 +0000 (20:28 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 11 Oct 2023 20:28:10 +0000 (20:28 +0000)
src/Core/Installer.php

index afea87ffb0a08ba8c53cab5ce21bd83af8936027..7faff1503d8cd439cf6a0b6fa7b3375f478bbfca 100644 (file)
@@ -404,6 +404,8 @@ class Installer
                }
                $this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help);
 
+               // Acticate when IntlChar is installed in the check pipeline.
+               /*
                $help   = '';
                $status = true;
                if (!class_exists('IntlChar')) {
@@ -411,8 +413,8 @@ class Installer
                        $help      = DI::l10n()->t('Error: The IntlChar module is not installed.');
                        $returnVal = false;
                }
-               // Acticate when IntlChar is installed in the check pipeline.
-               // $this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
+               $this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
+               */
 
                // check for XML DOM Documents being able to be generated
                $help = '';