diff --git a/Layout/default/Address/Index.php b/Layout/default/Address/Index.php
index e1ca5736e..c60c3ef49 100644
--- a/Layout/default/Address/Index.php
+++ b/Layout/default/Address/Index.php
@@ -142,7 +142,7 @@
diff --git a/application/Address/AddressController.php b/application/Address/AddressController.php
index 716417a21..233a3d92c 100644
--- a/application/Address/AddressController.php
+++ b/application/Address/AddressController.php
@@ -73,7 +73,7 @@ class AddressController extends mfBaseController {
private function getPreparedFilter($filter) {
$new_filter = [];
- if (is_array($filter) && count($filter)) {
+ if (is_array($filter)) {
$new_filter['add-where'] = "";