Update streams.php

This commit is contained in:
Nate 2019-09-04 12:26:07 -06:00
parent d40beacf0b
commit 433d90abf8
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}
}