Retoque en api php

Former-commit-id: 46f5c90f6715083afb22c757e1e45a00c0f4381a
This commit is contained in:
marcos.alconada 2019-04-17 17:28:48 +02:00
parent ad4dfc7624
commit 6f709cbae3
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ if ($correctLogin) {
return;
}
$id_os = api_set_delete_user_profiles($user_db, $id_up);
$id_os = api_set_delete_user_profiles($thrash1, $thrash2, $other, $returnType);
if ($id_os != 100) {
return;
@ -177,7 +177,7 @@ if ($correctLogin) {
return;
}
$id_os = api_set_add_permission_user_to_group($returnType, $user_db, $group_db, $id_up, $id_profile);
$id_os = api_set_add_permission_user_to_group($thrash1, $thrash2, $other, $returnType);
if ($id_os != 100) {
return;