Commit 64be18b7 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #15 from bogdanmuresan/patch-1

Fix setFromKey method name typo
parents d77b04cd 595cce7d
...@@ -1969,7 +1969,7 @@ abstract class EcomDev_PHPUnit_Test_Case_Controller extends EcomDev_PHPUnit_Test ...@@ -1969,7 +1969,7 @@ abstract class EcomDev_PHPUnit_Test_Case_Controller extends EcomDev_PHPUnit_Test
// Workaround for form key // Workaround for form key
if ($this->getRequest()->isPost()) { if ($this->getRequest()->isPost()) {
$this->getRequest()->setPost('form_key', Mage::getSingleton('core/session')->getFromKey()); $this->getRequest()->setPost('form_key', Mage::getSingleton('core/session')->getFormKey());
} }
$this->getLayout()->reset(); $this->getLayout()->reset();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment