Merge pull request #5591 from phoneben/patch-1

Update conference_centers.php
This commit is contained in:
FusionPBX 2020-11-18 08:23:22 -07:00 committed by GitHub
commit 4fc078f10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if (!class_exists('conference_centers')) {
}
$sql = "select count(*) from v_conference_rooms as r, v_meetings as p ";
if ($not_admin) {
$sql .= "v_meeting_users as u, ";
$sql .= ",v_meeting_users as u ";
}
$sql .= "where r.domain_uuid = :domain_uuid ";
$sql .= "and r.meeting_uuid = p.meeting_uuid ";