From 6687c6ce34d9a7caa78cba917e329676aa86b0c8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 9 Feb 2019 07:54:09 -0700 Subject: [PATCH] Update check_auth.php --- resources/check_auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/check_auth.php b/resources/check_auth.php index be82e87620..03d4fd74a8 100644 --- a/resources/check_auth.php +++ b/resources/check_auth.php @@ -106,7 +106,7 @@ } //get the groups assigned to the user and then set the groups in $_SESSION["groups"] - $sql = "SELECT * FROM v_group_users "; + $sql = "SELECT * FROM v_user_groups "; //$sql .= "where domain_uuid='".$domain_uuid."' "; //$sql .= "and user_uuid='".$_SESSION["user_uuid"]."' "; $sql .= "where domain_uuid=:domain_uuid ";