diff --git a/pandora_console/operation/events/events_rss.php b/pandora_console/operation/events/events_rss.php index bb81462dbe..9a8bf2af51 100644 --- a/pandora_console/operation/events/events_rss.php +++ b/pandora_console/operation/events/events_rss.php @@ -138,7 +138,8 @@ require('events.build_query.php'); //////////////////////////////////////////////////////////////////////// $sql = "SELECT * - FROM tevento + FROM tevento te LEFT JOIN tagent_secondary_group tasg + ON te.id_grupo = tasg.id_group WHERE 1=1 " . $sql_post . " ORDER BY utimestamp DESC";