forked from Wavyzz/dolibarr
fix param
This commit is contained in:
@@ -189,7 +189,7 @@ class CSMSFile
|
||||
$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());
|
||||
}
|
||||
} else {
|
||||
// Send sms method not correctly defined
|
||||
|
||||
Reference in New Issue
Block a user