aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/admin_jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_jabber.php b/phpBB/adm/admin_jabber.php
index ecb9eb25d1..f998578b94 100644
--- a/phpBB/adm/admin_jabber.php
+++ b/phpBB/adm/admin_jabber.php
@@ -63,7 +63,7 @@ $jabber->resource = $jab_resource;
// try to create account if it doesn't exist
if ($jab_enable)
{
- if($jab_host != $config['jab_host'] || $jab_username != $config['jab_username']))
+ if ($jab_host != $config['jab_host'] || $jab_username != $config['jab_username'])
{
if (!$jabber->Connect())
{