From: hauke Date: Thu, 10 Oct 2013 19:55:30 +0000 (+0200) Subject: fixed typo in comments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ee711e55cfd5b74ee83933221f3f60f7439eab1;p=friendica-addons.git fixed typo in comments --- 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 = "{}"; }