mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'EXreaction/ticket/11408' into develop
# By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11408: [ticket/11408] user_jabber instead of jabber
This commit is contained in:
commit
d658d6640b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class phpbb_notification_method_jabber extends phpbb_notification_method_email
|
||||||
*/
|
*/
|
||||||
public function is_available()
|
public function is_available()
|
||||||
{
|
{
|
||||||
return ($this->global_available() && $this->user->data['jabber']);
|
return ($this->global_available() && $this->user->data['user_jabber']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue