Verified Commit 881f8805 authored by Andrew Dolgov's avatar Andrew Dolgov 🤔
Browse files

filters: allow matching on tags if there are no tags

parent 53bd5689
  • 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

    Edited by Marco Tomaschett
  • mentioned in commit 1e90feef

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment