We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e535ba0 commit b35cfdeCopy full SHA for b35cfde
interface/web/sites/web_domain_edit.php
@@ -269,7 +269,7 @@ function onAfterUpdate() {
269
$client_id = intval($client["client_id"]);
270
} else {
271
//$client_id = intval(@$web_rec["client_group_id"]);
272
- $client = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE sys_group.groupid = ".intval(@$this->dataRecord["sys_groupid"]));
+ $client = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE sys_group.groupid = ".intval(@$this->dataRecord["client_group_id"]));
273
274
}
275
0 commit comments