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 e5c5aff commit d5132baCopy full SHA for d5132ba
interface/web/sites/web_domain_edit.php
@@ -347,7 +347,7 @@ function onSubmit() {
347
function onAfterInsert() {
348
global $app, $conf;
349
350
- // make sure that the record belongs to the clinet group and not the admin group when a dmin inserts it
+ // make sure that the record belongs to the clinet group and not the admin group when admin inserts it
351
// also make sure that the user can not delete domain created by a admin
352
if($_SESSION["s"]["user"]["typ"] == 'admin' && isset($this->dataRecord["client_group_id"])) {
353
$client_group_id = intval($this->dataRecord["client_group_id"]);
0 commit comments