From 7481c8e79aeae218a044e38895ab7e2959d464bd Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 25 May 2014 06:59:55 +0000 Subject: [PATCH] Fix the voicemail mail to. --- app/extensions/extension_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 5dfc482a30..69c32bf682 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -450,7 +450,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { $ext->extension = $extension; $ext->number_alias = $number_alias; $ext->voicemail_password = $voicemail_password; - $ext->voicemail_mail_to = $voicemail_mailto; + $ext->voicemail_mail_to = $voicemail_mail_to; $ext->voicemail_attach_file = $voicemail_attach_file; $ext->voicemail_local_after_email = $voicemail_local_after_email; $ext->voicemail_enabled = $voicemail_enabled; @@ -546,7 +546,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { $ext->extension = $extension; $ext->number_alias = $number_alias; $ext->voicemail_password = $voicemail_password; - $ext->voicemail_mailto = $voicemail_mailto; + $ext->voicemail_mail_to = $voicemail_mail_to; $ext->voicemail_attach_file = $voicemail_attach_file; $ext->voicemail_local_after_email = $voicemail_local_after_email; $ext->voicemail_enabled = $voicemail_enabled;