From: Tobias Diekershoff Date: Sun, 23 May 2021 05:50:32 +0000 (+0200) Subject: Issue 10293: mention the required function in the error message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55dda47f39f77537f0527ffd486003d15e77a850;p=friendica.git Issue 10293: mention the required function in the error message --- diff --git a/src/Core/Installer.php b/src/Core/Installer.php index fe6d13b1db..b2b84c6182 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -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;