mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Conference Room - Edit: Allow 0 on Max Members again.
This commit is contained in:
@@ -387,7 +387,7 @@
|
||||
}
|
||||
$array['conference_rooms'][0]['moderator_pin'] = $moderator_pin;
|
||||
$array['conference_rooms'][0]['participant_pin'] = $participant_pin;
|
||||
if (!empty($max_members)) {
|
||||
if (isset($max_members)) {
|
||||
$array['conference_rooms'][0]['max_members'] = $max_members;
|
||||
}
|
||||
$array['conference_rooms'][0]['start_datetime'] = $start_datetime;
|
||||
|
||||
Reference in New Issue
Block a user