cubecart / v6

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

Code Check: Unknown Variable #3493

Closed bhsmither closed 5 months ago

bhsmither commented 6 months ago

Again with PHP8!

In catalogue.class.php, near line 716, there is:

return $return;

However, only if line 708 evaluates to true will $return come into existence.

abrookbanks commented 5 months ago

Thanks.