From 1eb17b8ec67973a9e00a484ce5c136682ed1133b Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 26 Mar 2018 18:09:24 +0000 Subject: [PATCH] Fix for jappix - (some copy & paste error) --- jappixmini/jappixmini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php index 23f99f17..37d2ce5c 100644 --- a/jappixmini/jappixmini.php +++ b/jappixmini/jappixmini.php @@ -86,7 +86,7 @@ function jappixmini_install() // set standard configuration $info_text = Config::get("jappixmini", "infotext"); if (!$info_text) - set_confConfig::setig("jappixmini", "infotext", "To get the chat working, you need to know a BOSH host which works with your Jabber account. " . + Config::set("jappixmini", "infotext", "To get the chat working, you need to know a BOSH host which works with your Jabber account. " . "An example of a BOSH server that works for all accounts is https://bind.jappix.com/, but keep " . "in mind that the BOSH server can read along all chat messages. If you know that your Jabber " . "server also provides an own BOSH server, it is much better to use this one!"