diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-03-06 09:53:41 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-03-06 09:53:41 -0600 |
commit | 3aab72d79bdad45933e87ebce39483a7664ffd68 (patch) | |
tree | c248e4847d55110b828967975c0c87cbc022d93e /phpBB/includes/notification | |
parent | 2bf98dcead733a6a2daf9fa0a5d3084ed4ebef5c (diff) | |
download | forums-3aab72d79bdad45933e87ebce39483a7664ffd68.tar forums-3aab72d79bdad45933e87ebce39483a7664ffd68.tar.gz forums-3aab72d79bdad45933e87ebce39483a7664ffd68.tar.bz2 forums-3aab72d79bdad45933e87ebce39483a7664ffd68.tar.xz forums-3aab72d79bdad45933e87ebce39483a7664ffd68.zip |
[ticket/11408] user_jabber instead of jabber
PHPBB3-11408
Diffstat (limited to 'phpBB/includes/notification')
-rw-r--r-- | phpBB/includes/notification/method/jabber.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/notification/method/jabber.php b/phpBB/includes/notification/method/jabber.php index e3eb571fbc..863846b8a5 100644 --- a/phpBB/includes/notification/method/jabber.php +++ b/phpBB/includes/notification/method/jabber.php @@ -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']); } /** |