cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

Automatic Conversion #3502

Closed bhsmither closed 5 months ago

bhsmither commented 5 months ago

In ajax.class.php, in the function search(), the variable $data is initialized to false. Then, throughout this function, $data is being set to an array.

PHP8 complains about "Automatic Conversion of false to array is deprecated."

abrookbanks commented 5 months ago

Thank you!