mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed rss events due to secondary groups
This commit is contained in:
parent
334d359076
commit
fe124bff5f
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user