Merge branch 'hotfix/jappix-groupchat'

This commit is contained in:
hauke 2013-10-28 22:47:58 +01:00
commit 87d1a75941
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ function jappixmini_script(&$a,&$s) {
$nickname = json_encode($r[0]["username"]);
$groupchats = get_config('jappixmini','groupchats');
//if $groupchats has no value jappix_addon_start will produce a syntax error
if(!isset($groupchats)){
if(empty($groupchats)){
$groupchats = "{}";
}