mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
oi
git-svn-id: file:///svn/phpbb/trunk@7688 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1b32236b1e
commit
2c57708ff2
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ p a {
|
||||||
<li>[Fix] request_var should strictly return the requested number of dimensions</li>
|
<li>[Fix] request_var should strictly return the requested number of dimensions</li>
|
||||||
<li>[Fix] Correct assignment of custom width to $user->img(); / Correctly display poll bars in subsilver2 (Bug #11301)</li>
|
<li>[Fix] Correct assignment of custom width to $user->img(); / Correctly display poll bars in subsilver2 (Bug #11301)</li>
|
||||||
<li>[Fix] Allow removing polls in prosilver</li>
|
<li>[Fix] Allow removing polls in prosilver</li>
|
||||||
<li>{Fix] Correct link to post in managing users attachments (Bug #11765)</li>
|
<li>[Fix] Correct link to post in managing users attachments (Bug #11765)</li>
|
||||||
<li>[Fix] Reload confirm screen for selecting new forum for global topic type change if not postable forum is chosen (Bug #11711)</li>
|
<li>[Fix] Reload confirm screen for selecting new forum for global topic type change if not postable forum is chosen (Bug #11711)</li>
|
||||||
<li>[Fix] Correctly show system default color for disabled options in Internet Explorer which does not support disabled option fields</li>
|
<li>[Fix] Correctly show system default color for disabled options in Internet Explorer which does not support disabled option fields</li>
|
||||||
<li>[Fix] Update query for custom profiles in user management used wrong order for left/right delimiter (affecting mssql) (Bug #11781)</li>
|
<li>[Fix] Update query for custom profiles in user management used wrong order for left/right delimiter (affecting mssql) (Bug #11781)</li>
|
||||||
|
|
|
@ -42,7 +42,7 @@ class jabber
|
||||||
$this->port = ($port) ? $port : 5222;
|
$this->port = ($port) ? $port : 5222;
|
||||||
$this->username = $username;
|
$this->username = $username;
|
||||||
$this->password = $password;
|
$this->password = $password;
|
||||||
$this->use_ssl = ($use_ssl && $this->can_use_ssl) ? true : false;
|
$this->use_ssl = ($use_ssl && $this->can_use_ssl()) ? true : false;
|
||||||
|
|
||||||
// Change port if we use SSL
|
// Change port if we use SSL
|
||||||
if ($this->port == 5222 && $this->use_ssl)
|
if ($this->port == 5222 && $this->use_ssl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue