From 4c5f488a019ca21174a3d4918dc05b63d5e113f5 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 12 Jul 2017 21:50:11 +0200 Subject: [PATCH] profil : CFGPRO , correct --- include/profile.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/profile.inc.php b/include/profile.inc.php index 18f6f2c7a..99433e130 100644 --- a/include/profile.inc.php +++ b/include/profile.inc.php @@ -261,11 +261,11 @@ if (isset($_POST['add_menu'])||isset($_POST['add_impress'])) try { // type of menu me or pr - $p_type=$http->post("type"); + $p_type=$http->post("type","string",null); // level - $p_level=$http->post("p_level"); + $p_level=$http->post("p_level","string",null); // pm_id of menu parent - $p_dep=$http->post("dep"); + $p_dep=$http->post("dep","number",null); // profile id $p_id=$http->post("p_id", "number"); // display order