From 55dda47f39f77537f0527ffd486003d15e77a850 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 23 May 2021 07:50:32 +0200 Subject: [PATCH] Issue 10293: mention the required function in the error message --- src/Core/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;