slub / slub_events

EXT:slub_events
GNU General Public License v3.0
2 stars 14 forks source link

Changed empty string to array. If not, then will be the values concat… #30

Closed percolatorWitt closed 5 years ago

percolatorWitt commented 5 years ago

…enated.

The variable $searchParameter['contacts'] is an empty string. This code: " $searchParameter['contacts'][$uid] = $contact->getUid();" concatenate the integer values to a string.