diff --git a/app/voicemails/voicemail_edit.php b/app/voicemails/voicemail_edit.php index 35cf2cd0e0..b026cdc0a4 100644 --- a/app/voicemails/voicemail_edit.php +++ b/app/voicemails/voicemail_edit.php @@ -351,7 +351,7 @@ //set the defaults if (empty($voicemail_local_after_email)) { $voicemail_local_after_email = 'true'; } if (empty($voicemail_enabled)) { $voicemail_enabled = 'true'; } - if (empty($voicemail_transcription_enabled)) { $voicemail_transcription_enabled = $_SESSION['voicemail']['transcription_enabled_default']['boolean']; } + if (empty($voicemail_transcription_enabled)) { $voicemail_transcription_enabled = $_SESSION['voicemail']['transcription_enabled_default']['boolean']; } if (empty($voicemail_tutorial)) { $voicemail_tutorial = 'false'; } if (empty($voicemail_recording_instructions)) { $voicemail_recording_instructions = 'true'; } if (empty($voicemail_recording_options)) { $voicemail_recording_options = 'true'; } @@ -458,13 +458,13 @@ //password complexity $password_complexity = $_SESSION['voicemail']['password_complexity']['boolean'] ?? ''; if ($password_complexity == "true") { - echo "