mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
Fix bug in last commit
This commit is contained in:
parent
d5bfddf124
commit
56ffbd7a71
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ LSerror :: defineError('MAIL_01',
|
||||||
|
|
||||||
|
|
||||||
if (php_sapi_name() != 'cli')
|
if (php_sapi_name() != 'cli')
|
||||||
return;
|
return true;
|
||||||
|
|
||||||
function cli_test_send_mail($command_args) {
|
function cli_test_send_mail($command_args) {
|
||||||
$recipient = null;
|
$recipient = null;
|
||||||
|
|
Loading…
Reference in a new issue