mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Needs to say empty rather than not empty
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user