Fixed javascript syntax error in jappixmini due to empty variable

This commit is contained in:
hauke 2013-10-10 21:51:53 +02:00
parent cdf704e972
commit 11179e37b1
1 changed files with 4 additions and 0 deletions

View File

@ -499,6 +499,10 @@ 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(!isset($groupchats)){
$groupchats = "{}";
}
// add javascript to start Jappix Mini
$a->page['htmlhead'] .= "<script type=\"text/javascript\">