forked from friendica/friendica-addons
Merge pull request #214 from tobiasd/fix_1179
fix friendica/friendica#1179
This commit is contained in:
commit
842bec222a
|
@ -315,7 +315,7 @@ function jappixmini_settings(&$a, &$s) {
|
|||
$s .= ' <input id="jappixmini-server" type="text" name="jappixmini-server" value="'.$server.'" />';
|
||||
$s .= '<br />';
|
||||
|
||||
if (defaultbosh == "") {
|
||||
if ($defaultbosh == "") {
|
||||
$s .= '<label for="jappixmini-bosh">'.t('Jabber BOSH host').'</label>';
|
||||
$s .= ' <input id="jappixmini-bosh" type="text" name="jappixmini-bosh" value="'.$bosh.'" />';
|
||||
$s .= '<br />';
|
||||
|
|
Loading…
Reference in a new issue