Created
March 6, 2011 09:19
-
-
Save benjaminmateev/857161 to your computer and use it in GitHub Desktop.
Categories Index not working in Magento Admin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Product.php | |
<?php | |
public function getRowUrl($row) { | |
return $this->getUrl(’*/*/edit’, array(’page_id’ => $row->getId())); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment