mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-03 20:25:04 -04:00
Fix missing change to StartDateTime
Fixes filter loading from events if clicked from last hour link.
This commit is contained in:
@@ -37,7 +37,7 @@ $eventCounts = array(
|
||||
'filter' => array(
|
||||
'Query' => array(
|
||||
'terms' => array(
|
||||
array( 'attr' => 'DateTime', 'op' => '>=', 'val' => '-1 hour' ),
|
||||
array( 'attr' => 'StartDateTime', 'op' => '>=', 'val' => '-1 hour' ),
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user