From e6e9e7756b9438d7ff2705245f735ee131345c51 Mon Sep 17 00:00:00 2001 From: Marius Cramer Date: Wed, 20 Nov 2013 10:35:48 +0100 Subject: [PATCH] Invalid client_id from last commit --- interface/lib/classes/remoting.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php index 66b0f47f2..d6089a556 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'); -- GitLab