fix tags filter

This commit is contained in:
alejandro.campos@artica.es 2023-12-15 10:48:10 +01:00
parent 962111936e
commit 47fd35c53f
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ function events_get_all(
if ($tags[0] === $id_tag) {
$_tmp .= ' AND (( ';
} else {
$_tmp .= ' OR ( ';
$_tmp .= ' AND ( ';
}
$_tmp .= sprintf(