Loading sources/cns_members_action2.php +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ function cns_read_in_custom_fields($custom_fields, $member_id = null) $custom_field['cf_required'] = 0; } $value = $ob->inputted_to_field_value(true, $custom_field, 'uploads/cns_cpf_upload', ($old_value === null) ? null : array('cv_value' => $old_value)); $value = $ob->inputted_to_field_value($member_id !== null, $custom_field, 'uploads/cns_cpf_upload', ($old_value === null) ? null : array('cv_value' => $old_value)); if ((fractional_edit()) && ($value != STRING_MAGIC_NULL)) { $rendered = $ob->render_field_value($custom_field, $value, 0, null, 'f_member_custom_fields', $member_id, 'ce_id', 'cf_id', 'field_' . strval($custom_field['id']), $member_id); $_POST['field_' . strval($custom_field['id']) . '__altered_rendered_output'] = is_object($rendered) ? $rendered->evaluate() : $rendered; Loading Loading
sources/cns_members_action2.php +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ function cns_read_in_custom_fields($custom_fields, $member_id = null) $custom_field['cf_required'] = 0; } $value = $ob->inputted_to_field_value(true, $custom_field, 'uploads/cns_cpf_upload', ($old_value === null) ? null : array('cv_value' => $old_value)); $value = $ob->inputted_to_field_value($member_id !== null, $custom_field, 'uploads/cns_cpf_upload', ($old_value === null) ? null : array('cv_value' => $old_value)); if ((fractional_edit()) && ($value != STRING_MAGIC_NULL)) { $rendered = $ob->render_field_value($custom_field, $value, 0, null, 'f_member_custom_fields', $member_id, 'ce_id', 'cf_id', 'field_' . strval($custom_field['id']), $member_id); $_POST['field_' . strval($custom_field['id']) . '__altered_rendered_output'] = is_object($rendered) ? $rendered->evaluate() : $rendered; Loading