Fix bug on update thirdpartty webservice

This commit is contained in:
fhenry 2013-01-17 18:03:10 +01:00
parent e3fd60c762
commit f665980ef0

View File

@ -571,7 +571,7 @@ function updateThirdParty($authentication,$thirdparty)
$db->begin();
$result=$object->update($fuser);
$result=$object->update($thirdparty['id'],$fuser);
if ($result <= 0) {
$error++;
}