fixed typo in comments

This commit is contained in:
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");
$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 = "{}";
}