Fix comment
This commit is contained in:
parent
b72c53f68f
commit
dcadbe3487
1 changed files with 1 additions and 3 deletions
|
@ -173,10 +173,8 @@ function checkUserValidity($login, $password, $clientApplication, $cp, &$id, &$r
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$row = mysqli_fetch_array($result);
|
// retrieve the domain info
|
||||||
$domainId = $row[0];
|
$domainId = $row[0];
|
||||||
|
|
||||||
// retreive the domain info
|
|
||||||
$domainInfo = getDomainInfo($domainId);
|
$domainInfo = getDomainInfo($domainId);
|
||||||
|
|
||||||
// convert the domain status enum into the privilege access set
|
// convert the domain status enum into the privilege access set
|
||||||
|
|
Loading…
Reference in a new issue