mirror of
https://github.com/friendica/friendica
synced 2025-04-27 04:30:11 +00:00
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
This commit is contained in:
parent
b2290f4f12
commit
9b6e91086b
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue