APIv4 - Fix potential PHP undefined index warning
authorColeman Watts <coleman@civicrm.org>
Wed, 5 Aug 2020 01:22:43 +0000 (21:22 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 5 Aug 2020 01:22:43 +0000 (21:22 -0400)
commit6f1190247830372d513b97da8a845a0fb1ae804c
tree044a595056cde6542cb373210a1818829f209719
parent23af18182a64ecf82390112a58b695e7f277b5cc
APIv4 - Fix potential PHP undefined index warning

Ensures the array key '0' exists in the where clause before accessing it.
Civi/Api4/Generic/Traits/ArrayQueryActionTrait.php