diff --git a/web/includes/Filter.php b/web/includes/Filter.php index 2b599fe36..2d00da12f 100644 --- a/web/includes/Filter.php +++ b/web/includes/Filter.php @@ -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) ) {