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