forked from friendica/friendica-addons
fixed typo in comments
This commit is contained in:
parent
11179e37b1
commit
2ee711e55c
|
@ -499,7 +499,7 @@ function jappixmini_script(&$a,&$s) {
|
||||||
$r = q("SELECT `username` FROM `user` WHERE `uid`=$uid");
|
$r = q("SELECT `username` FROM `user` WHERE `uid`=$uid");
|
||||||
$nickname = json_encode($r[0]["username"]);
|
$nickname = json_encode($r[0]["username"]);
|
||||||
$groupchats = get_config('jappixmini','groupchats');
|
$groupchats = get_config('jappixmini','groupchats');
|
||||||
//if $groupchats has no value jappix_addon_start will have an sytax error
|
//if $groupchats has no value jappix_addon_start will produce a syntax error
|
||||||
if(!isset($groupchats)){
|
if(!isset($groupchats)){
|
||||||
$groupchats = "{}";
|
$groupchats = "{}";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue