#12533 enable event list no group (Default all)
This commit is contained in:
parent
f50dade117
commit
f780d0bd2a
|
@ -584,7 +584,7 @@ class EventsListWidget extends Widget
|
|||
if (in_array('0', $this->values['groupId'])) {
|
||||
$filter['id_group_filter'] = 0;
|
||||
} else {
|
||||
$filter['id_group_filter'] = $this->values['groupId'];
|
||||
$filter['id_group_filter'] = (!empty($this->values['groupId'][0])) ? $this->values['groupId'] : 0;
|
||||
}
|
||||
|
||||
$filter['tag_with'] = base64_encode(
|
||||
|
|
Loading…
Reference in New Issue