Skip to content
Snippets Groups Projects
Commit f665980e authored by Florian Henry's avatar Florian Henry
Browse files

Fix bug on update thirdpartty webservice

parent e3fd60c7
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,7 @@ function updateThirdParty($authentication,$thirdparty)
$db->begin();
$result=$object->update($fuser);
$result=$object->update($thirdparty['id'],$fuser);
if ($result <= 0) {
$error++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment