Skip to content
Snippets Groups Projects
Commit 928b67fd authored by Charles Drew's avatar Charles Drew
Browse files

Fixed grid routing issue

parent 576ff724
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class FreeLunchLabs_MailGun_Block_Adminhtml_Customer_Email_Grid extends Mage_Adm
}
public function getRowUrl($row) {
return $this->getUrl('*/emailTracking/emailDetail', array(
return $this->getUrl('*/emailtracking/emaildetail', array(
'id' => $row->getId()
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment