Suppress entities in System audit log comments

This commit is contained in:
manuel.montes 2018-08-27 12:12:09 +02:00
parent a741e37f23
commit b007e2d924
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ foreach ($result as $row) {
$data[2] = ui_print_help_tip(date($config["date_format"], $row["utimestamp"]), true)
. ui_print_timestamp($row["utimestamp"], true);
$data[3] = $row["ip_origen"];
$data[4] = $row["descripcion"];
$data[4] = io_safe_output($row["descripcion"]);
if ($enterprise_include !== ENTERPRISE_NOT_HOOK) {
$data[5] = enterprise_hook("cell1EntepriseAudit", array($row["id_sesion"]));