Fixed bug when you filter events.

This commit is contained in:
Vanessa Gil 2014-10-07 19:03:14 +02:00
parent ab5f57e72a
commit dd89e505af
1 changed files with 1 additions and 1 deletions

View File

@ -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;