CRM/Contact - Fix fatal error on tag search
authorPatrick Figel <pfigel@greenpeace.org>
Fri, 1 Mar 2019 18:28:27 +0000 (19:28 +0100)
committereileen <emcnaughton@wikimedia.org>
Sat, 2 Mar 2019 06:30:43 +0000 (19:30 +1300)
commitf2ec9ca799f659b2114568cf121f34af4f978a8f
tree41289b785064944b3ed6b142b801e6e04a2e1242
parentb4d67eb24a083e0d5f3a7692325a91e949e87099
CRM/Contact - Fix fatal error on tag search

This fixes a fatal error caused by the CommaSeparatedIntegers not
accepting empty strings. This can be triggered by performing a
search with "Tag(s) IS NULL" using the search builder.
CRM/Contact/BAO/Query.php