Pass correct variable type to the hook
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 25 Nov 2022 00:47:48 +0000 (13:47 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 25 Nov 2022 00:47:48 +0000 (13:47 +1300)
commit386599ae4c9ae6e411e731b2b951bb45658e80d9
tree2b5f383bccf2ee04667e8eefc9bd127ff6664ad4
parent53dda89c89ad1a3578e210e3882a10761ee8dc0b
Pass correct variable type to the hook

The variable type for 'rows' is an array, not null. Fix to pass
an empty array.

I renamed it to 'rows' since that is what the hook
calls it & it is just a dummy variable from the page's
point of view
CRM/Contact/Page/View/Relationship.php