Update stream_edit.php (#4872)

This commit is contained in:
agree 2019-11-18 12:13:54 -05:00 committed by FusionPBX
parent f2f1d9069f
commit 15f1c0a84f
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
//get http post variables and set them to php variables
if (is_array($_POST)) {
$domain_uuid = $_POST['domain_uuid'];
$stream_uuid = $_POST["stream_uuid"];
$stream_name = $_POST["stream_name"];
$stream_location = $_POST["stream_location"];