Update streams.php
This commit is contained in:
parent
fdf28ca6fc
commit
75673b1bf6
|
|
@ -67,7 +67,7 @@ if (!class_exists('streams')) {
|
||||||
foreach($streams as $row) {
|
foreach($streams as $row) {
|
||||||
if ($row['action'] == 'delete' or $row['checked'] == 'true') {
|
if ($row['action'] == 'delete' or $row['checked'] == 'true') {
|
||||||
//build delete array
|
//build delete array
|
||||||
$array['streams'][$x++]['stream_uuid'] = $row['stream_uuid'];
|
$array['streams'][$x]['stream_uuid'] = $row['stream_uuid'];
|
||||||
$x++;
|
$x++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue