1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11408] user_jabber instead of jabber

PHPBB3-11408
This commit is contained in:
Nathaniel Guse
2013-03-06 09:53:41 -06:00
parent 2bf98dcead
commit 3aab72d79b

View File

@@ -53,7 +53,7 @@ class phpbb_notification_method_jabber extends phpbb_notification_method_email
*/
public function is_available()
{
return ($this->global_available() && $this->user->data['jabber']);
return ($this->global_available() && $this->user->data['user_jabber']);
}
/**