Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 14, 2017
1 parent c7160ad commit 12ca11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/webservices/server_productorservice.php
Expand Up @@ -872,7 +872,7 @@ function deleteProductOrService($authentication,$listofidstring)
}
else
{
$result=$newobject->delete();
$result=$newobject->delete($user);
if ($result <= 0)
{
$error++;
Expand Down

0 comments on commit 12ca11e

Please sign in to comment.