fix tags filter
This commit is contained in:
parent
962111936e
commit
47fd35c53f
|
@ -1315,7 +1315,7 @@ function events_get_all(
|
|||
if ($tags[0] === $id_tag) {
|
||||
$_tmp .= ' AND (( ';
|
||||
} else {
|
||||
$_tmp .= ' OR ( ';
|
||||
$_tmp .= ' AND ( ';
|
||||
}
|
||||
|
||||
$_tmp .= sprintf(
|
||||
|
|
Loading…
Reference in New Issue