Fix bug on update thirdpartty webservice
This commit is contained in:
parent
e3fd60c762
commit
f665980ef0
@ -571,7 +571,7 @@ function updateThirdParty($authentication,$thirdparty)
|
||||
|
||||
$db->begin();
|
||||
|
||||
$result=$object->update($fuser);
|
||||
$result=$object->update($thirdparty['id'],$fuser);
|
||||
if ($result <= 0) {
|
||||
$error++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user