mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 14:36:09 -04:00
Add valid case for Archived
This commit is contained in:
@@ -521,6 +521,7 @@ class FilterTerm {
|
||||
if (!$this->val)
|
||||
return false;
|
||||
break;
|
||||
case 'Archived' :
|
||||
case 'Monitor' :
|
||||
case 'MonitorId' :
|
||||
if ($this->val === '')
|
||||
|
||||
Reference in New Issue
Block a user