mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Default the conference room profile to 'default'
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user