mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Update src/Core/Installer.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
407f46c043
commit
47c15d330f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue