Fix comment

This commit is contained in:
Stanislas Dolcini 2018-10-02 22:57:02 +02:00
parent b72c53f68f
commit dcadbe3487

View file

@ -173,10 +173,8 @@ function checkUserValidity($login, $password, $clientApplication, $cp, &$id, &$r
return false;
}
$row = mysqli_fetch_array($result);
// retrieve the domain info
$domainId = $row[0];
// retreive the domain info
$domainInfo = getDomainInfo($domainId);
// convert the domain status enum into the privilege access set