agiliway / com.agiliway.civimobileapi

CiviMobilAPI Extension
Other
5 stars 3 forks source link

Fix checking of return parameters by using array functions not using … #49

Closed seamuslee001 closed 2 years ago

seamuslee001 commented 3 years ago

…string functions

stristr is meant to be used on strings not arrays and as per standard the return param for an APIv3 is meant to be an array not a string