From f665980ef029a86462567df79a1199ca8f0582fa Mon Sep 17 00:00:00 2001 From: fhenry Date: Thu, 17 Jan 2013 18:03:10 +0100 Subject: [PATCH] Fix bug on update thirdpartty webservice --- htdocs/webservices/server_thirdparty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/webservices/server_thirdparty.php b/htdocs/webservices/server_thirdparty.php index 1e3ee7cedca..49f303a7c1a 100755 --- a/htdocs/webservices/server_thirdparty.php +++ b/htdocs/webservices/server_thirdparty.php @@ -571,7 +571,7 @@ function updateThirdParty($authentication,$thirdparty) $db->begin(); - $result=$object->update($fuser); + $result=$object->update($thirdparty['id'],$fuser); if ($result <= 0) { $error++; }