cubecart / v6

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

Unknown Variable #3503

Closed bhsmither closed 5 months ago

bhsmither commented 5 months ago

In database.class.php, near line 390, the query result (however unlikely) could be an empty array.

The following foreach() will be deterred, not having $tables come into existence.

Then, line 398 throws an error.

Suggest creating an empty array before the foreach().

abrookbanks commented 5 months ago

Thank you.