Fixed rss events due to secondary groups

This commit is contained in:
fermin831 2018-05-14 14:41:11 +02:00
parent 334d359076
commit fe124bff5f
1 changed files with 2 additions and 1 deletions

View File

@ -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";