mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update streams.php
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user