Merge branch 'ent-4132-custom-fields-url' of https://brutus.artica.lan:8081/artica/pandorafms into ent-4132-custom-fields-url

This commit is contained in:
Luis Calvo 2019-08-27 09:53:34 +02:00
commit 21f1605cab

View File

@ -292,7 +292,7 @@ if (check_login()) {
$data[] = [
'ref' => $referencia,
'data_custom_field' => $values['name_custom_fields'],
'data_custom_field' => ui_bbcode_to_html($values['name_custom_fields']),
'server' => $values['server_name'],
'agent' => $agent,
'IP' => $values['direccion'],