Fixing minor issue

This commit is contained in:
Stefan Talen 2014-10-11 12:15:02 +02:00
parent 61cf1ad710
commit 4fa6db3bd5
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ class Form extends WidgetBase
* Number fields should be converted to integers
*/
foreach ($this->fields as $field) {
if ($field->type != 'number')
if ($field->type != 'number') {
continue;
}