mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
remove trailing spaces in the codebase
This commit is contained in:
parent
07c9fb80bc
commit
fc0483454f
@ -409,7 +409,7 @@ class UserDefinedForm_Controller extends Page_Controller {
|
||||
|
||||
// Get the field which is effected
|
||||
$formFieldWatch = EditableFormField::get()->byId($rule->ConditionFieldID);
|
||||
|
||||
|
||||
// Skip deleted fields
|
||||
if(!$formFieldWatch) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user