interface/web/sites/web_domain_edit.php
@@ -538,7 +538,7 @@ function onAfterUpdate() { global $app, $conf; // make sure that the record belongs to the clinet group and not the admin group when a admin inserts it // make sure that the record belongs to the client group and not the admin group when a admin inserts it // also make sure that the user can not delete domain created by a admin if($_SESSION["s"]["user"]["typ"] == 'admin' && isset($this->dataRecord["client_group_id"])) { $client_group_id = intval($this->dataRecord["client_group_id"]);