bugfix, missing $log_id

This commit is contained in:
Davy Rolink 2014-10-02 22:00:08 +02:00
parent 58b104c1fb
commit 3cc48dff2d
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class StatusNotifier {
// Log
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