summaryrefslogtreecommitdiff
path: root/Wrapper/Functions/func_info.php
diff options
context:
space:
mode:
Diffstat (limited to 'Wrapper/Functions/func_info.php')
-rw-r--r--Wrapper/Functions/func_info.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrapper/Functions/func_info.php b/Wrapper/Functions/func_info.php
index d883d86..97c12c5 100644
--- a/Wrapper/Functions/func_info.php
+++ b/Wrapper/Functions/func_info.php
@@ -6,7 +6,7 @@ function modify_user_info($lastname, $firstname, $job, $degree,
$capabilty, $description, $phoneNumber,
$adress, $zipCode, $city, $userId) {
$dbuser = new DbUser;
- $dbuser->update_user_info($lastname, $firstname, $job, $degree,
+ $dbuser->user_infos_update($lastname, $firstname, $job, $degree,
$capabilty, $description, $phoneNumber,
$adress, $zipCode, $city, $userId);
// Redirection vers message avec l'index du message à afficher.