fixed typo in comments

pull/156/head
hauke 2013-10-10 21:55:30 +02:00
parent 11179e37b1
commit 2ee711e55c
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "{}";
} }