filters: allow matching on tags if there are no tags
parent
53bd5689
-
Edited by Marco Tomaschett
Thanks @fox for patching this! Unless I'm confused, however, it looks as if this patch causes '^$' to cause a match against any array of tags, empty or otherwise. Maybe you meant line 1529 to be as follows:
if (empty($tags)) array_push($tags, ''); // allow matching if there are no tags
Please register or sign in to comment