Skip to content

Commit d5132ba

Browse files
author
chjacobsen
committed
typo
1 parent e5c5aff commit d5132ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/web_domain_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function onSubmit() {
347347
function onAfterInsert() {
348348
global $app, $conf;
349349

350-
// make sure that the record belongs to the clinet group and not the admin group when a dmin inserts it
350+
// make sure that the record belongs to the clinet group and not the admin group when admin inserts it
351351
// also make sure that the user can not delete domain created by a admin
352352
if($_SESSION["s"]["user"]["typ"] == 'admin' && isset($this->dataRecord["client_group_id"])) {
353353
$client_group_id = intval($this->dataRecord["client_group_id"]);

0 commit comments

Comments
 (0)