Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stage committed Nov 1, 2023
1 parent 9c99376 commit cf3274b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/Model/Productpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function load($page, $limit)
$this->collection = Mage::getResourceModel('catalog/product_collection')
->setOrder('entity_id', Varien_Db_Select::SQL_ASC)
->setVisibility($visibility)
#->addFieldToFilter('visibility', $visibility) //only include visible products
->setPageSize($limit)
->setCurPage($page)
->addStoreFilter();
Expand Down

0 comments on commit cf3274b

Please sign in to comment.