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:
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue