From f4c24f77addee47fee2d903916c80f64dc59adfd Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 17 Jan 2015 08:21:33 +0000 Subject: [PATCH] Switch the email to text as voicemail_mail_to can be more than one email address which is not allowed using the email type. --- app/extensions/extension_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 82889f1e95..fc5014cb11 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1495,7 +1495,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_mail_to'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-voicemail_mail_to']."\n"; echo "\n";