]> git.mxchange.org Git - friendica-addons.git/commitdiff
applying the fix from friendica issue 1179
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 7 Oct 2014 06:31:36 +0000 (08:31 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 7 Oct 2014 06:31:36 +0000 (08:31 +0200)
jappixmini/jappixmini.php

index 73062aae2050caa9d0a6d027083955e38883b2cf..5821453194a3b4129a5559816178dc369168845a 100644 (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 />';