remove trailing spaces in the codebase

This commit is contained in:
Peter Thaleikis 2015-09-20 17:08:40 +12:00
parent 07c9fb80bc
commit fc0483454f

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;