Line 65 | Line 65 |
---|---|
*/ |
*/ |
return parent::is_available($notification_type) && $this->global_available() && $this->user->data['user_jabber']; | return parent::is_available($notification_type) && $this->global_available() && !empty($this->user->data['user_jabber']); |
} | } |