Merge branch 'ent-2268-fallo-en-la-vista-de-RSS-de-eventos' into 'develop'

Fixed rss events due to secondary groups

See merge request artica/pandorafms!1481
This commit is contained in:
vgilc 2018-05-23 08:45:45 +02:00
commit 6727941bac
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";