(security/core#105) Joomla::checkUserNameEmailExists - Fix mismatched escaping
authorTim Otten <totten@civicrm.org>
Tue, 16 Feb 2021 21:42:52 +0000 (13:42 -0800)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 18 Mar 2021 06:28:18 +0000 (17:28 +1100)
commit185ef241721489ba179bd11567f57ec9e9d83999
treebeab2fdfb9dc592c870d113b970b01162689296d
parenta535ce3f0922467cf61bbb5c1b5350ef06a89e61
(security/core#105) Joomla::checkUserNameEmailExists - Fix mismatched escaping

This uses the escaping rule from CRM_Core_DAO to construct a query for JDatabaseDriver.
However, they use different connections and (therefore) could require different
escaping rules.
CRM/Utils/System/Joomla.php