File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/core/Mage/Tag/Block/Customer Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6
6
* @package Mage_Tag
7
7
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com)
8
8
* @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)
10
10
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11
11
*/
12
12
@@ -137,8 +137,6 @@ protected function _getCollection()
137
137
->addAttributeToSelect (Mage::getSingleton ('catalog/config ' )->getProductAttributes ())
138
138
->setActiveFilter ();
139
139
140
- Mage::getSingleton ('catalog/product_status ' )
141
- ->addVisibleFilterToCollection ($ this ->_collection );
142
140
Mage::getSingleton ('catalog/product_visibility ' )
143
141
->addVisibleInSiteFilterToCollection ($ this ->_collection );
144
142
}
You can’t perform that action at this time.
0 commit comments