Skip to content

Commit

Permalink
closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jun 21, 2017
1 parent 69a88e1 commit bf109ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bf109ee

Please sign in to comment.