Merge pull request #344 from spekulatius/adding-space

remove trailing spaces in the codebase
This commit is contained in:
Christopher Pitt 2015-09-21 08:04:40 +12:00
commit cc7a674a7a
1 changed files with 1 additions and 1 deletions

View File

@ -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;