mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 11:43:42 +00:00
applying the fix from friendica issue 1179
This commit is contained in:
parent
b141c2cff1
commit
f67e8c908f
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ function jappixmini_settings(&$a, &$s) {
|
||||||
$s .= ' <input id="jappixmini-server" type="text" name="jappixmini-server" value="'.$server.'" />';
|
$s .= ' <input id="jappixmini-server" type="text" name="jappixmini-server" value="'.$server.'" />';
|
||||||
$s .= '<br />';
|
$s .= '<br />';
|
||||||
|
|
||||||
if (defaultbosh == "") {
|
if ($defaultbosh == "") {
|
||||||
$s .= '<label for="jappixmini-bosh">'.t('Jabber BOSH host').'</label>';
|
$s .= '<label for="jappixmini-bosh">'.t('Jabber BOSH host').'</label>';
|
||||||
$s .= ' <input id="jappixmini-bosh" type="text" name="jappixmini-bosh" value="'.$bosh.'" />';
|
$s .= ' <input id="jappixmini-bosh" type="text" name="jappixmini-bosh" value="'.$bosh.'" />';
|
||||||
$s .= '<br />';
|
$s .= '<br />';
|
||||||
|
|
Loading…
Reference in a new issue