From: Michael Vogel Date: Wed, 11 Oct 2023 20:58:14 +0000 (+0200) Subject: Update src/Core/Installer.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=47c15d330f49967a8a8425e49e2f77c1c68801cc;p=friendica.git Update src/Core/Installer.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 7faff1503d..f9a5eda8d6 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -404,7 +404,7 @@ class Installer } $this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help); - // Acticate when IntlChar is installed in the check pipeline. + // Uncomment when IntlChar is installed in the check pipeline. /* $help = ''; $status = true;