CRM/Contact - Fix fatal error on tag search
authorPatrick Figel <pfigel@greenpeace.org>
Fri, 1 Mar 2019 18:28:27 +0000 (19:28 +0100)
committerPatrick Figel <pfigel@greenpeace.org>
Fri, 1 Mar 2019 18:28:27 +0000 (19:28 +0100)
commit7077d35ff46ff49f8a38d49a652b188f10eda2c7
tree24d70b4c2dccc2b4be7035dcf938cfb497464191
parentf33592e8649ca44a5bc03d509dde6be2e4fcf719
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