Skip to content

Commit

Permalink
Fixing #4882, #4881, #4880, #4533 - Boost and Structured Paths
Browse files Browse the repository at this point in the history
Missed one minor change entry for this commit
  • Loading branch information
TheWitness committed Aug 7, 2022
1 parent 66030b6 commit 0d0b272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,7 @@ function clearFilter() {
if (get_request_var('host_id') == '-1') {
/* Show all items */
} elseif (get_request_var('host_id') == '0') {
$sql_where .= ($sql_where != '' ? ' AND ':' WHERE') . ' pi.host_id = 0';
} elseif (!isempty_request_var('host_id')) {
$sql_where .= ($sql_where != '' ? ' AND ':' WHERE') . ' pi.host_id = ' . get_request_var('host_id');
}
Expand Down

0 comments on commit 0d0b272

Please sign in to comment.