summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-22 10:36:04 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-12 13:46:20 -0400
commit20662e6bb4ef329b4be8d53ed2a3968d2e35f4a1 (patch)
tree5eee98f178047cdce728f0ff6cf7cdb12fc30a64 /FS/FS/Conf.pm
parent91681d4c4832030a86e8565d7ec2c46c94eebc8d (diff)
RT# 73964 - Changed global config send-to-domain to email-to-voice_domain
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 604d0ca..8dc74e9 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -929,7 +929,7 @@ my $validate_email = sub { $_[0] =~
},
{
- 'key' => 'send-to-domain',
+ 'key' => 'email-to-voice_domain',
'section' => 'email_to_voice_services',
'description' => 'The Domain to send email to voice to',
'type' => 'text',