mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSlang :: generate_lang_file : return boolean instead of exit
This commit is contained in:
parent
03255e41f4
commit
1cb2c47bfb
1 changed files with 1 additions and 2 deletions
|
@ -823,8 +823,7 @@ function cli_generate_lang_file($command_args) {
|
|||
fclose($fd);
|
||||
}
|
||||
|
||||
exit(0);
|
||||
|
||||
return true;
|
||||
}
|
||||
LScli :: add_command(
|
||||
'generate_lang_file',
|
||||
|
|
Loading…
Reference in a new issue