From 15f1c0a84f72bc9ad598abd0de99851eade0dcaf Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:13:54 -0500 Subject: [PATCH] Update stream_edit.php (#4872) --- app/streams/stream_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/streams/stream_edit.php b/app/streams/stream_edit.php index a45b93650a..f3537347a5 100644 --- a/app/streams/stream_edit.php +++ b/app/streams/stream_edit.php @@ -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"];