minor fix
Former-commit-id: ff5da555c29cdde5d632e090f2b9ac779ead262f
This commit is contained in:
parent
ee6ab43a8c
commit
3316d19bd3
|
@ -751,7 +751,7 @@ class NetworkMap
|
|||
// Empty map returns no data.
|
||||
$nodes = [];
|
||||
} else {
|
||||
if ($this->mapOptions['map_filter']['dont_show_subgroups'] == 'true'
|
||||
if ($this->mapOptions['map_filter']['dont_show_subgroups'] === 'true'
|
||||
|| $this->mapOptions['map_filter']['dont_show_subgroups'] == 1
|
||||
) {
|
||||
// Show only current selected group.
|
||||
|
|
Loading…
Reference in New Issue