Fixed typo in array - related to jabber

Fixes #1049.
This commit is contained in:
TimZ99 2021-04-15 02:52:27 +02:00
parent 600f63097e
commit de7c62cbce
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class StatusNotifier
$this->combine ? $this->setCombi('telegram') : $this->notifyByTelegram($users);
}
if ($this->send_jabber && $this->server['jaber'] == 'yes') {
if ($this->send_jabber && $this->server['jabber'] == 'yes') {
$this->combine ? $this->setCombi('jabber') : $this->notifyByJabber($users);
}