From 47c15d330f49967a8a8425e49e2f77c1c68801cc Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Wed, 11 Oct 2023 22:58:14 +0200 Subject: [PATCH] Update src/Core/Installer.php Co-authored-by: Hypolite Petovan --- src/Core/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 7faff1503..f9a5eda8d 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;