Montagereview filter passing in wrong block

pull/2077/head
digital-gnome 2017-12-10 12:57:47 -05:00
parent 51b4ddb0e4
commit c1cf356974
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ if (isset($_REQUEST['minTime']) && isset($_REQUEST['maxTime']) && count($display
session_start();
$_SESSION['montageReviewFilter'] = $filter;
session_write_close();
$filterQuery = $filter['query'];
}
$filterQuery = $filter['query'];
// Note that this finds incomplete events as well, and any frame records written, but still cannot "see" to the end frame
// if the bulk record has not been written - to be able to include more current frames reduce bulk frame sizes (event size can be large)