]> git.mxchange.org Git - friendica.git/commitdiff
Issue 10293: mention the required function in the error message
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 23 May 2021 05:50:32 +0000 (07:50 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 23 May 2021 05:50:32 +0000 (07:50 +0200)
src/Core/Installer.php

index fe6d13b1dbe13f0c13923350e131c364ae0d465a..b2b84c6182eaa76e3618c87463e21d4470631972 100644 (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;