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