From 3176e6197f2654eff7ea93ef90f94aed2b3a4a38 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 27 Jan 2015 18:11:05 +0000 Subject: [PATCH] Remove the type numeric from the voicemail password as it conflicts password reveal code. --- 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 ade9ef16a8..a4845a4f30 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1023,7 +1023,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-voicemail_password']."\n"; echo "\n";