bugfix, missing $log_id
parent
58b104c1fb
commit
3cc48dff2d
|
@ -296,7 +296,7 @@ class StatusNotifier {
|
||||||
|
|
||||||
// Log
|
// Log
|
||||||
if(psm_get_conf('log_sms')) {
|
if(psm_get_conf('log_sms')) {
|
||||||
psm_add_log($this->server_id, 'sms', $message);
|
$log_id = psm_add_log($this->server_id, 'sms', $message);
|
||||||
}
|
}
|
||||||
|
|
||||||
// add all users to the recipients list
|
// add all users to the recipients list
|
||||||
|
|
Loading…
Reference in New Issue