Skip to content

Instantly share code, notes, and snippets.

@benjaminmateev
Created March 6, 2011 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjaminmateev/857161 to your computer and use it in GitHub Desktop.
Save benjaminmateev/857161 to your computer and use it in GitHub Desktop.
Categories Index not working in Magento Admin
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