Skip to content

Commit 9e9a88d

Browse files
committed
mage_catalog
1 parent c0b2b2e commit 9e9a88d

File tree

1 file changed

+1
-3
lines changed
  • app/code/core/Mage/Tag/Block/Customer

1 file changed

+1
-3
lines changed

app/code/core/Mage/Tag/Block/Customer/View.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @package Mage_Tag
77
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com)
88
* @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://openmage.org)
9-
* @copyright Copyright (c) 2024 Maho (https://mahocommerce.com)
9+
* @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com)
1010
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1111
*/
1212

@@ -137,8 +137,6 @@ protected function _getCollection()
137137
->addAttributeToSelect(Mage::getSingleton('catalog/config')->getProductAttributes())
138138
->setActiveFilter();
139139

140-
Mage::getSingleton('catalog/product_status')
141-
->addVisibleFilterToCollection($this->_collection);
142140
Mage::getSingleton('catalog/product_visibility')
143141
->addVisibleInSiteFilterToCollection($this->_collection);
144142
}

0 commit comments

Comments
 (0)