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 845c3e7 commit e51e75bCopy full SHA for e51e75b
interface/web/sites/web_domain_edit.php
@@ -229,7 +229,7 @@ function onAfterInsert() {
229
$client_id = intval($client["client_id"]);
230
} else {
231
//$client_id = intval($this->dataRecord["client_group_id"]);
232
- $client = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE sys_group.groupid = ".intval($this->dataRecord["client_group_id"]));
+ $client = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE sys_group.groupid = ".intval($this->dataRecord["sys_groupid"]));
233
234
}
235
0 commit comments