mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
hey dev team mates, here are the brand new beta checkins (as promised). Please ensure this stays in our private cvs until the 23rd June, except the bug fixes.
git-svn-id: file:///svn/phpbb/trunk@6092 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -61,7 +61,7 @@ class acp_jabber
|
||||
// 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']) && $jab_username)
|
||||
{
|
||||
if (!$jabber->connect())
|
||||
{
|
||||
|
Reference in New Issue
Block a user