Passed
Branch master (539d05)
by Alfred
02:00
created
FormGenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         {
114 114
             $item = new Captcha($label,$attributes);
115 115
             //$this->Request->getSession()->set(md5($item->Attributes()->get('name')), $item->Attributes()->get('capresponse'));
116
-           // $this->Request->Session->set(md5($item->Attributes()->get('name')),$item->Attributes()->get('capresponse'));
116
+            // $this->Request->Session->set(md5($item->Attributes()->get('name')),$item->Attributes()->get('capresponse'));
117 117
             $this->Form->append($item);
118 118
         }
119 119
         return $this;
Please login to merge, or discard this patch.