From 04c846634bbe3bbe56fc3c96d75d310dc02c6a48 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 1 Mar 2015 07:40:06 +0000 Subject: [PATCH] Remove deprecation on voicemail_attach_file which was done prematurely. --- app/voicemails/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 4e2a36b877..967526634c 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -89,7 +89,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_attach_file"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose whether to attach the file to the email."; - $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_file"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";