This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-09-03 17:16:44 -04:00
parent f2ad397343
commit cddb673895

View File

@@ -760,8 +760,6 @@ function NewCase ($params)
if (is_array( $variables )) {
foreach ($variables as $key => $val) {
if (! is_object( $val->value )) {
$val->name = $filter->validateInput($val->name);
$val->value = $filter->validateInput($val->value);
@eval( "\$field[" . $val->name . "]= \$val->value;" );
}
}