mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-22 07:43:09 -04:00
Fix use of value instead of val in filter term
This commit is contained in:
@@ -129,7 +129,7 @@ class Filter extends ZM_Object {
|
||||
foreach ( $this->Terms as $term ) {
|
||||
if ( $term->attr == 'StorageId' ) {
|
||||
# TODO handle other operators like !=
|
||||
$storage_ids[] = $term->value;
|
||||
$storage_ids[] = $term->val;
|
||||
}
|
||||
}
|
||||
if ( count($storage_ids) ) {
|
||||
|
||||
Reference in New Issue
Block a user