mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
sigh
git-svn-id: file:///svn/phpbb/trunk@4596 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
28aaaf9d01
commit
88787be77f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ $jabber->resource = $jab_resource;
|
||||||
// try to create account if it doesn't exist
|
// try to create account if it doesn't exist
|
||||||
if ($jab_enable)
|
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())
|
if (!$jabber->Connect())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue