aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/acp/acp_jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/acp_jabber.php')
-rw-r--r--phpBB/modules/acp/acp_jabber.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/modules/acp/acp_jabber.php b/phpBB/modules/acp/acp_jabber.php
index 67a986516d..e0fe8aba25 100644
--- a/phpBB/modules/acp/acp_jabber.php
+++ b/phpBB/modules/acp/acp_jabber.php
@@ -91,9 +91,9 @@ class acp_jabber
);
$sql = 'UPDATE ' . USERS_TABLE . '
- SET ' . $db->sql_build_array('UPDATE', $sql_ary) . '
+ SET ' . phpbb::$db->sql_build_array('UPDATE', $sql_ary) . '
WHERE user_notify_type = ' . NOTIFY_IM;
- $db->sql_query($sql);
+ phpbb::$db->sql_query($sql);
}
set_config('jab_enable', $jab_enable);