Default the conference room profile to 'default'

This commit is contained in:
Mark Crane 2014-02-06 04:01:22 +00:00
parent 5b55418197
commit 298676bf5b
1 changed files with 3 additions and 0 deletions

View File

@ -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);