Fix bug in last commit

This commit is contained in:
Benjamin Renard 2020-11-17 17:47:50 +01:00
parent d5bfddf124
commit 56ffbd7a71

View file

@ -164,7 +164,7 @@ LSerror :: defineError('MAIL_01',
if (php_sapi_name() != 'cli')
return;
return true;
function cli_test_send_mail($command_args) {
$recipient = null;