From 433d90abf810d7309ddec4e1432309fb5580fa6f Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 4 Sep 2019 12:26:07 -0600 Subject: [PATCH] Update streams.php --- app/streams/resources/classes/streams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/streams/resources/classes/streams.php b/app/streams/resources/classes/streams.php index 3c814ee2d6..e4248bda10 100644 --- a/app/streams/resources/classes/streams.php +++ b/app/streams/resources/classes/streams.php @@ -67,7 +67,7 @@ if (!class_exists('streams')) { foreach($streams as $row) { if ($row['action'] == 'delete' or $row['checked'] == 'true') { //build delete array - $array['streams'][$x++]['stream_uuid'] = $row['stream_uuid']; + $array['streams'][$x]['stream_uuid'] = $row['stream_uuid']; $x++; } }