Change conference_email to conference_email_address.

This commit is contained in:
FusionPBX
2021-11-28 22:07:00 -07:00
committed by GitHub
parent 2bc46cf7a1
commit 9555c020d2
+1 -1
View File
@@ -132,7 +132,7 @@
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional pin number to secure access to the conference.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_email";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_email_address";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional email address for the conference.";