From 0048d676a2bed3addadea670fa5d802a314af473 Mon Sep 17 00:00:00 2001 From: Debulois Date: Fri, 6 May 2022 22:01:01 +0200 Subject: Correction des imports et supression des trailin white space pour le déploiement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Functions/func_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Core/Functions/func_info.php') diff --git a/Core/Functions/func_info.php b/Core/Functions/func_info.php index 89b1688..43b874c 100644 --- a/Core/Functions/func_info.php +++ b/Core/Functions/func_info.php @@ -30,7 +30,7 @@ function info_update_user_infos($userInfos, $userId, $userStatus) { } else { $dbuser->update_user_infos($userInfos, $userId, $isPro); } - + // Redirection vers message avec l'index du message à afficher. $message = ["infosUpdate", "success"]; $_SESSION["message"] = $message; -- cgit v1.2.3