From 593b2571cd8ba5110cd39fee896ea172ca2c81d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 29 Aug 2018 01:14:06 -0300 Subject: Retrieve parameters from $_POST in chk_rel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 30ec98c32d..e80ceef4c8 100644 --- a/index.php +++ b/index.php @@ -621,7 +621,7 @@ if ($server > 0) { ); } $msg = Message::notice($msg_text); - $msg->addParamHtml(''); + $msg->addParamHtml(''); $msg->addParamHtml(''); /* Show error if user has configured something, notice elsewhere */ if (!empty($cfg['Servers'][$server]['pmadb'])) { -- cgit v1.2.3