mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#8642 Fixed heatmap widget
This commit is contained in:
parent
62d1249fe0
commit
a7a283fe22
@ -381,7 +381,7 @@ class Heatmap
|
|||||||
}
|
}
|
||||||
|
|
||||||
$id_grupo = '';
|
$id_grupo = '';
|
||||||
if (empty($this->filter) === false && current($this->filter) != 0) {
|
if (empty($this->filter) === false && empty(current($this->filter)) === false) {
|
||||||
$id_grupo = ' AND id_grupo IN ('.implode(',', $this->filter).')';
|
$id_grupo = ' AND id_grupo IN ('.implode(',', $this->filter).')';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user