mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
committed by
FusionPBX
parent
38472812d8
commit
139c3c22f9
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user