fixed typo in comments
parent
11179e37b1
commit
2ee711e55c
|
@ -499,7 +499,7 @@ function jappixmini_script(&$a,&$s) {
|
|||
$r = q("SELECT `username` FROM `user` WHERE `uid`=$uid");
|
||||
$nickname = json_encode($r[0]["username"]);
|
||||
$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)){
|
||||
$groupchats = "{}";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue