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 490039c commit 6f76a9fCopy full SHA for 6f76a9f
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["sys_groupid"]));
+ $client = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE sys_group.groupid = ".intval($this->dataRecord["client_group_id"]));
233
234
}
235
0 commit comments