Laurent Destailleur 8 lat temu
rodzic
commit
12ca11e2fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      htdocs/webservices/server_productorservice.php

+ 1 - 1
htdocs/webservices/server_productorservice.php

@@ -872,7 +872,7 @@ function deleteProductOrService($authentication,$listofidstring)
 	        }
 	        else
 			{
-		        $result=$newobject->delete();
+		        $result=$newobject->delete($user);
 		        if ($result <= 0)
 		        {
 		            $error++;