diff --git a/search-sidebar.php b/search-sidebar.php index 647b2bb..45d3c3f 100644 --- a/search-sidebar.php +++ b/search-sidebar.php @@ -20,7 +20,7 @@ */ $category = (array)__get('category'); -if (!isset($category['pk_i_id'])) { +if (isset($category['pk_i_id'])) { $category['pk_i_id'] = null; } ?> @@ -90,8 +90,12 @@

- +
- \ No newline at end of file +