Fixed problem when searches strange modules in tree (group tree). Ticket #3204

This commit is contained in:
Arturo Gonzalez 2016-01-14 12:54:17 +01:00
parent 6abc827664
commit 4821378d4a
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class Tree {
else { else {
$agent_table = "SELECT COUNT(DISTINCT(ta.id_agente)) $agent_table = "SELECT COUNT(DISTINCT(ta.id_agente))
FROM tagente ta FROM tagente ta
LEFT JOIN tagente_modulo tam INNER JOIN tagente_modulo tam
ON tam.disabled = 0 ON tam.disabled = 0
AND ta.id_agente = tam.id_agente AND ta.id_agente = tam.id_agente
$module_search_filter $module_search_filter