mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #344 from spekulatius/adding-space
remove trailing spaces in the codebase
This commit is contained in:
commit
cc7a674a7a
@ -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