mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update destination_edit.php
This commit is contained in:
@@ -630,7 +630,7 @@
|
|||||||
if ($action == "update") {
|
if ($action == "update") {
|
||||||
messages::add($text['message-update']);
|
messages::add($text['message-update']);
|
||||||
}
|
}
|
||||||
header("Location: destination_edit.php?id=".$destination_uuid."&type=".$destination_type);
|
header("Location: destination_edit.php?id=".escape($destination_uuid)."&type=".$destination_type);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
} //(count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0)
|
} //(count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user