mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix cliackatell's to
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* @subpackage Alerts
|
||||
*/
|
||||
|
||||
$data = array("api_id" => $opts['api_id'], "user" => $opts['user'], "password" => $opts['password'], "to" => $opts['to'], "text" => $obj['title']);
|
||||
$data = array("api_id" => $opts['api_id'], "user" => $opts['user'], "password" => $opts['password'], "to" => implode(',',$opts['to']), "text" => $obj['title']);
|
||||
if (!empty($opts['from'])) {
|
||||
$data['from'] = $opts['from'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user