From 2ee711e55cfd5b74ee83933221f3f60f7439eab1 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 10 Oct 2013 21:55:30 +0200 Subject: [PATCH] fixed typo in comments --- jappixmini/jappixmini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php index ed7b68f8..aedbffd0 100644 --- a/jappixmini/jappixmini.php +++ b/jappixmini/jappixmini.php @@ -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 = "{}"; }