Streams: Modal integration, fix delete global stream bug.

This commit is contained in:
Nate
2020-03-26 15:40:38 -06:00
parent e31b01d6c3
commit 21918b5aac
2 changed files with 14 additions and 5 deletions

View File

@@ -92,7 +92,6 @@ if (!class_exists('streams')) {
foreach ($records as $x => $record) {
if ($record['checked'] == 'true' && is_uuid($record['uuid'])) {
$array[$this->table][$x][$this->uuid_prefix.'uuid'] = $record['uuid'];
$array[$this->table][$x]['domain_uuid'] = $_SESSION['domain_uuid'];
}
}