Update destination_edit.php

This commit is contained in:
FusionPBX
2018-06-12 08:42:50 -06:00
committed by GitHub
parent fff7b78ab3
commit 842fecf405

View File

@@ -630,7 +630,7 @@
if ($action == "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;
} //(count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0)