Corrected permission for conference_room_enabled (#4636)

conference_room_profile appeared twice, once in the correct location and once more where it should have been conference_room_enabled.
This commit is contained in:
Adrian Fretwell
2019-09-20 15:52:08 +01:00
committed by FusionPBX
parent 1a00f2e7b6
commit 8694d89f60

View File

@@ -804,7 +804,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "</tr>\n";
}
if (permission_exists('conference_room_profile')) {
if (permission_exists('conference_room_enabled')) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-enabled']."</td>\n";
echo "<td class='vtable' align='left'>\n";