applying the fix from friendica issue 1179

This commit is contained in:
Tobias Diekershoff 2014-10-07 08:31:36 +02:00
parent b141c2cff1
commit f67e8c908f
1 changed files with 1 additions and 1 deletions

View File

@ -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 />';