Update src/Core/Installer.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel
2023-10-11 22:58:14 +02:00
committed by GitHub
parent 407f46c043
commit 47c15d330f

View File

@@ -404,7 +404,7 @@ class Installer
} }
$this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help); $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 = ''; $help = '';
$status = true; $status = true;