mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR Tidied-up formatting
This commit is contained in:
parent
a7a3dcb945
commit
8f8eab018c
@ -643,7 +643,6 @@ JS
|
||||
*/
|
||||
function process($data, $form) {
|
||||
|
||||
if($this->Fields()) {
|
||||
Session::set("FormInfo.{$form->FormName()}.data",$data);
|
||||
Session::clear("FormInfo.{$form->FormName()}.errors");
|
||||
foreach($this->Fields() as $field) {
|
||||
@ -656,7 +655,6 @@ JS
|
||||
){
|
||||
$form->addErrorMessage($field->Name,$field->getErrorMessage()->HTML(),'bad');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -664,7 +662,6 @@ JS
|
||||
Director::redirectBack();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
$submittedForm = Object::create('SubmittedForm');
|
||||
$submittedForm->SubmittedByID = ($id = Member::currentUserID()) ? $id : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user