diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php index 66b0f47f2d619003fac6004c29f5da21a7fffda9..d6089a55621b595d95bdf0d7cf0882f920c6b729 100644 --- a/interface/lib/classes/remoting.inc.php +++ b/interface/lib/classes/remoting.inc.php @@ -3249,7 +3249,7 @@ class remoting { $params = $app->remoting_lib->getDataRecord($primary_id); $params['active'] = $status; - $affected_rows = $this->updateQuery('../sites/form/web_domain.tform.php', $client_id, $primary_id, $params); + $affected_rows = $this->updateQuery('../sites/form/web_domain.tform.php', 0, $primary_id, $params); return $affected_rows; } else { $this->server->fault('status_undefined', 'The status is not available');