2
0
forked from Wavyzz/dolibarr

fix param

This commit is contained in:
Frédéric France
2024-01-20 09:22:38 +01:00
parent 02d520b5a7
commit 03e29c6960
155 changed files with 214 additions and 212 deletions

View File

@@ -207,7 +207,7 @@ function limitChars(textarea, limit, infodiv)
$sms->error = 'The SMS manager "'.$classfile.'" defined into SMS setup MAIN_MODULE_'.strtoupper($sendmode).'_SMS is not found';
}
} catch (Exception $e) {
dol_print_error('', 'Error to get list of senders: '.$e->getMessage());
dol_print_error(null, 'Error to get list of senders: '.$e->getMessage());
exit;
}
} else {