mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed bug when you filter events.
This commit is contained in:
parent
fef282dcb2
commit
77030e1b98
@ -756,7 +756,7 @@ function tags_get_acl_tags($id_user, $id_group, $access = 'AR', $return_mode = '
|
||||
break;
|
||||
case 'event_condition':
|
||||
// Return the condition of the tags for tevento table
|
||||
$condition = tags_get_acl_tags_event_condition($acltags);
|
||||
$condition = "(".tags_get_acl_tags_event_condition($acltags).")";
|
||||
|
||||
if(!empty($condition)) {
|
||||
return " $query_prefix ".$condition;
|
||||
|
Loading…
x
Reference in New Issue
Block a user