Fix cachekey string
authoreileen <emcnaughton@wikimedia.org>
Thu, 7 Nov 2019 19:18:38 +0000 (08:18 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 7 Nov 2019 19:18:38 +0000 (08:18 +1300)
commitdf671bc512d8ae0a3b08bd3016b95174addbdb3f
tree0ec51fabe4af0090b90715a6efa99e7d53535b75
parentb5261942401633a712339b08d5c75876ba7c0d2e
Fix cachekey string

I hit a bug (in a unit test) where a user without permissions to access custom data would do a
check_permissions api call followed by a check_permissions = 0 call. In the second call
custom fields were not returned
as they were already excluded from the cached key.
CRM/Contact/BAO/Contact.php