Fix filteradd complaining

pull/2077/head
digital-gnome 2017-12-06 10:25:04 -05:00
parent 11a5a47826
commit 43bba23735
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ if ( ZM_OPT_X10 && canView( 'Devices' ) ) { ?>
<li><a href="?view=montage"<?php echo $view=='montage'?' class="selected"':''?>><?php echo translate('Montage') ?></a></li>
<?php
}
if (isset($_REQUEST['filter']['Query']['terms'])) {
if (isset($_REQUEST['filter']['Query']['terms']['attr'])) {
$terms = $_REQUEST['filter']['Query']['terms'];
$count = 0;
foreach ($terms as $term) {