Fix possible recursion during Entity::get()
authorJens Schuppe <schuppe@systopia.de>
Fri, 15 Oct 2021 10:00:08 +0000 (12:00 +0200)
committerColeman Watts <coleman@civicrm.org>
Mon, 18 Oct 2021 12:02:12 +0000 (08:02 -0400)
commit0b9bbdbc18c5ac81196095dde610aa5986773dff
treec18423083f2475784ac1a30438000fbea5b825be
parent9db03646818ce6700d3e09bdf321b3f902422b76
Fix possible recursion during Entity::get()

Use plain SQL instead of APIv4 in a function that is called by APIv4 Entity.get
to avoid an infinite loop.
CRM/Contact/BAO/ContactType.php