[REF] Only call getACLs when contact_id is present, remove handling
authoreileen <emcnaughton@wikimedia.org>
Sun, 1 Mar 2020 22:50:22 +0000 (11:50 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 2 Mar 2020 02:55:05 +0000 (15:55 +1300)
commit2ee636aa9e6a0747cf765664799ab27ee92a4c62
treea96cfe55f18f879decdf4f63822e647e1d78ffc9
parent93643dcd6185c6520f44f5e8ae1de8c69899b4f4
[REF] Only call getACLs when contact_id is present, remove handling

getACLs is called from one place in the code. Within the function there are 2 places that
handle the possibility it might be null - this moves it to the calling function
& requires contact id to be an int
CRM/ACL/BAO/ACL.php