summaryrefslogtreecommitdiff
path: root/Core/Functions/func_info.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-05-06 22:01:01 +0200
committerDebulois <quentin@debulois.fr>2022-05-06 22:01:01 +0200
commit0048d676a2bed3addadea670fa5d802a314af473 (patch)
treeff39f487db79a505b99ba322526dac370f17e03a /Core/Functions/func_info.php
parente93781c7fb2fc982e643777d6334585012033c46 (diff)
Correction des imports et supression des trailin white space pour le déploiement
Diffstat (limited to 'Core/Functions/func_info.php')
-rw-r--r--Core/Functions/func_info.php2
1 files changed, 1 insertions, 1 deletions
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;