X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;fp=mod%2Finstall.php;h=d1142248a3610c12d4db95f57b310b6011b4d7d9;hb=355c42cb309eb1313097411067ca999b699aa620;hp=003d81c6ab90f1612fc63dc7d1003c4f62bd4ed1;hpb=cbf4544887c7f496f2b2312727fe7bcb64a6d6c8;p=friendica.git diff --git a/mod/install.php b/mod/install.php old mode 100755 new mode 100644 index 003d81c6ab..d1142248a3 --- a/mod/install.php +++ b/mod/install.php @@ -340,7 +340,7 @@ function check_php(&$phpath, &$checks) { $help .= t('The command line version of PHP on your system does not have "register_argc_argv" enabled.'). EOL; $help .= t('This is required for message delivery to work.'); } - check_add($checks, t('PHP "register_argc_argv"'), $passed, true, $help); + check_add($checks, t('PHP register_argc_argv'), $passed, true, $help); }