mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed slow query in template item
Former-commit-id: 97c9abbd6a4c86bd3de4294e7012ded98ecb5ff1
This commit is contained in:
parent
cec6aedaf5
commit
0adf941008
@ -275,7 +275,7 @@ else {
|
||||
}
|
||||
|
||||
$names = agents_get_modules (array_keys ($agents),
|
||||
'DISTINCT(tagente_modulo.nombre)', $filter, false);
|
||||
'tagente_modulo.nombre', $filter, false);
|
||||
foreach ($names as $name) {
|
||||
$modules[$name['nombre']] = $name['nombre'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user