Skip to content

Commit e6e9e77

Browse files
author
Marius Cramer
committed
Invalid client_id from last commit
1 parent df1d52c commit e6e9e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remoting.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@ public function sites_web_domain_set_status($session_id, $primary_id, $status) {
32493249
$params = $app->remoting_lib->getDataRecord($primary_id);
32503250
$params['active'] = $status;
32513251

3252-
$affected_rows = $this->updateQuery('../sites/form/web_domain.tform.php', $client_id, $primary_id, $params);
3252+
$affected_rows = $this->updateQuery('../sites/form/web_domain.tform.php', 0, $primary_id, $params);
32533253
return $affected_rows;
32543254
} else {
32553255
$this->server->fault('status_undefined', 'The status is not available');

0 commit comments

Comments
 (0)