Needs to say empty rather than not empty
This commit is contained in:
parent
39c81b60c4
commit
3e64700259
|
|
@ -48,7 +48,7 @@
|
|||
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
||||
$database = new database;
|
||||
$tiers = $database->select($sql, $parameters, 'all');
|
||||
if (!empty($tiers)) {
|
||||
if (empty($tiers)) {
|
||||
$per_queue_login = true;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue