Merge pull request #1597 from julceslauhub/master

BUG 10235 Checkgroup do not update. SOLVED
This commit is contained in:
julceslauhub
2013-04-19 10:41:14 -07:00

View File

@@ -509,6 +509,10 @@ class Form extends XmlForm
$values[$k] = $this->fields[$k]->maskValue( $newValues[$k], $this );
}
}
} else {
if ($v->type == 'checkgroup') {
$values[$k] = null;
}
}
} else {
if (isset( $_FILES["form"]["name"][$k] )) {