Update stream_edit.php (#4872)

This commit is contained in:
agree
2019-11-18 10:13:54 -07:00
committed by FusionPBX
parent c62051eefd
commit d49a2e58ed
+1
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"];