mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Issue 10293: mention the required function in the error message
This commit is contained in:
parent
83cb4edc36
commit
55dda47f39
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue