Add a redirect for voicemails
This commit is contained in:
parent
7f8b5d6801
commit
1722c6d86e
|
|
@ -59,6 +59,7 @@ else {
|
|||
$voicemail->voicemail_message_uuid = $voicemail_message_uuid;
|
||||
$result = $voicemail->message_download();
|
||||
unset($voicemail);
|
||||
header("Location: voicemail_edit.php?id=".$voicemail_uuid);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue