Update conference_rooms.php

This commit is contained in:
FusionPBX 2018-12-10 17:16:19 -07:00 committed by GitHub
parent 2690d5baec
commit edb295b95f
1 changed files with 1 additions and 2 deletions

View File

@ -166,8 +166,7 @@
echo "<br /><br>\n";
//get the conference room count
require_once "app/conference_centers/resources/classes/conference_center.php";
$conference_center = new conference_center;
$conference_center = new conference_centers;
$conference_center->db = $db;
$conference_center->domain_uuid = $_SESSION['domain_uuid'];
if (strlen($meeting_uuid) > 0) {