]> git.mxchange.org Git - friendica.git/commitdiff
Add intlChar Installer-Check
authorPhilipp <admin@philipp.info>
Thu, 12 Oct 2023 19:34:19 +0000 (21:34 +0200)
committerPhilipp <admin@philipp.info>
Sun, 15 Oct 2023 13:49:00 +0000 (15:49 +0200)
src/Core/Installer.php

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