From e6e9e7756b9438d7ff2705245f735ee131345c51 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 20 Nov 2013 04:35:48 -0500 Subject: [PATCH] Invalid client_id from last commit --- interface/lib/classes/remoting.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php index 66b0f47..d6089a5 100644 --- a/interface/lib/classes/remoting.inc.php +++ b/interface/lib/classes/remoting.inc.php @@ -3249,7 +3249,7 @@ $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'); -- Gitblit v1.9.1