10048 Exclude id_alert_action from query

This commit is contained in:
Pablo Aragon 2022-12-23 11:10:36 +01:00
parent fe548936a0
commit 9073349e94
1 changed files with 1 additions and 1 deletions

View File

@ -2255,7 +2255,7 @@ function get_group_alerts(
$filter,
$orderbyText
);
hd($sql, true);
$alerts = db_get_all_rows_sql($sql);
if ($alerts === false) {