cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 58 forks source link

Undefined Array Key #3587

Open bhsmither opened 2 months ago

bhsmither commented 2 months ago

In customers.index.inc.php, near line 332, the tested expression is to determine if either $_GET['action'] or $_POST['multi-action'] is set.

If the page was submitted via the drop-down selector (POST), as opposed to clicking on any of the action icons (GET), $_GET will not be set.

Thus, near lines 333, 340, 387, and possibly any hook included near line 499 will have PHP complain that $_GET['action'] is not defined.