]> git.mxchange.org Git - friendica.git/commitdiff
Deactivated check
authorMichael <heluecht@pirati.ca>
Wed, 11 Oct 2023 19:43:42 +0000 (19:43 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 11 Oct 2023 19:43:42 +0000 (19:43 +0000)
src/Core/Installer.php

index 68f40c01a1694cfca3c3ea99b5d9a9bde1d66d4c..afea87ffb0a08ba8c53cab5ce21bd83af8936027 100644 (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 = '';