summaryrefslogtreecommitdiff
path: root/Wrapper/Functions/func_register.php
diff options
context:
space:
mode:
Diffstat (limited to 'Wrapper/Functions/func_register.php')
-rw-r--r--Wrapper/Functions/func_register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrapper/Functions/func_register.php b/Wrapper/Functions/func_register.php
index 6a081a9..8482752 100644
--- a/Wrapper/Functions/func_register.php
+++ b/Wrapper/Functions/func_register.php
@@ -4,7 +4,7 @@
// ****************************************************************************
function register($email, $password, $is_client, $is_pro, $is_admin) {
$dbuser = new DbUser;
- $registered = $dbuser->add_user($email,
+ $registered = $dbuser->user_register($email,
$password,
$is_client,
$is_pro,