CRM-21849: Cast contact_id_a before comparison
authorMichael Devery <michael@compucorp.co.uk>
Wed, 21 Mar 2018 16:31:08 +0000 (16:31 +0000)
committerMichael Devery <michael@compucorp.co.uk>
Mon, 16 Apr 2018 12:45:59 +0000 (13:45 +0100)
commite003e69bbe8f6b8d0b81ff21cd3d1514e0ae30f4
tree2e4c74907ebfc16a95424ebd2024de022c67fc35
parent89e45979567e990d55222dea60e737252c086c60
CRM-21849: Cast contact_id_a before comparison

This property will be a string, but it is being compared to $contactID
which should be an int.
CRM/Contact/BAO/Relationship.php