cubecart / v6

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

Unknown Variable #3505

Closed bhsmither closed 5 months ago

bhsmither commented 5 months ago

In Filemanager->assignProductImages(), near line 234, the variable $default is tested for a false-like value.

However, at this point in the code, $default might not yet be set, such as when adding a new product or editing an existing product, but not picking/uploading images for it.