forked from Wavyzz/dolibarr
Qual: Uniformize usage of array module_parts.
This commit is contained in:
@@ -154,7 +154,7 @@ print "<br>\n";
|
||||
dol_htmloutput_mesg($message);
|
||||
|
||||
// List of sending methods
|
||||
$listofmethods=(is_array($conf->sms_engine_modules)?$conf->sms_engine_modules:array());
|
||||
$listofmethods=(is_array($conf->modules_parts['sms'])?$conf->modules_parts['sms']:array());
|
||||
asort($listofmethods);
|
||||
|
||||
if ($action == 'edit')
|
||||
|
||||
Reference in New Issue
Block a user