diff options
Diffstat (limited to 'frontends/php/include/events.inc.php')
| -rw-r--r-- | frontends/php/include/events.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/events.inc.php b/frontends/php/include/events.inc.php index 2d31ab0a..459b58e0 100644 --- a/frontends/php/include/events.inc.php +++ b/frontends/php/include/events.inc.php @@ -101,7 +101,7 @@ get_node_name_by_elid($row['triggerid']), $hostid == 0 ? $row['host'] : null, new CLink( - expand_trigger_description_by_data($row), + expand_trigger_description_by_data($row, ZBX_FLAG_EVENT), "tr_events.php?triggerid=".$row["triggerid"],"action" ), $value, |
