Completed
Push — master ( bf2414...1236f2 )
by Miguel
10s
created
app/code/community/Nexcessnet/Turpentine/Model/Core/Session.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.