From bf109ee53a0943fc3fc2b33fc5bb0d8558a4cac7 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Wed, 21 Jun 2017 13:34:08 -0300 Subject: [PATCH] closes #48 --- Helper/Data.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Helper/Data.php b/Helper/Data.php index 979031b7..6199450f 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -733,6 +733,7 @@ public function loadListSubscribers($listId, $mail) { $collection = null; $storeIds = $this->getMagentoStoreIdsByListId($listId); + $storeIds[] = 0; if (count($storeIds) > 0) { $collection = $this->_subscriberCollection->create();