@@ -56,7 +56,7 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | public function renewFormKey() |
| 58 | 58 | { |
| 59 | - $this->setData('_form_key', Mage::helper('core')->getRandomString(16)); |
|
| 59 | + $this->setData('_form_key', Mage::helper('core')->getRandomString(16)); |
|
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |