diff --git a/app/voicemails/voicemail_option_edit.php b/app/voicemails/voicemail_option_edit.php index a4e03c8e6b..769a87533a 100644 --- a/app/voicemails/voicemail_option_edit.php +++ b/app/voicemails/voicemail_option_edit.php @@ -243,5 +243,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; -require_once "resources/footer.php"; -?> \ No newline at end of file +//include the footer + require_once "resources/footer.php"; + +?>