From 9555c020d222415d7a223c3646f0a9df8140ad40 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 28 Nov 2021 22:07:00 -0700 Subject: [PATCH] Change conference_email to conference_email_address. --- app/conferences/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index d776c083e4..ce64590108 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -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.";