Issue 10293: mention the required function in the error message

This commit is contained in:
Tobias Diekershoff 2021-05-23 07:50:32 +02:00
parent 83cb4edc36
commit 55dda47f39
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ class Installer
$status = $this->checkFunction('proc_open',
DI::l10n()->t('Program execution functions'),
DI::l10n()->t('Error: Program execution functions required but not enabled.'),
DI::l10n()->t('Error: Program execution functions (proc_open) required but not enabled.'),
true
);
$returnVal = $returnVal ? $status : false;