Default the conference room profile to 'default'
This commit is contained in:
parent
5b55418197
commit
298676bf5b
|
|
@ -461,6 +461,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
unset ($prep_statement);
|
||||
}
|
||||
|
||||
//set default profile
|
||||
if (strlen($profile) == 0) { $profile = 'default'; }
|
||||
|
||||
//get default pins
|
||||
if (strlen($moderator_pin) == 0) {
|
||||
$moderator_pin = get_meeting_pin($pin_length, $meeting_uuid);
|
||||
|
|
|
|||
Loading…
Reference in New Issue