Handle correct script exit code

This commit is contained in:
Benjamin Renard 2019-01-24 20:20:45 +01:00
parent cd0d9abea8
commit c5f9f7fcc4

View file

@ -289,3 +289,5 @@ $result = $export -> export_user_contacts(
if ($out)
fclose($out);
exit($result?0:1);