79125540

Date: 2024-10-25 11:55:57
Score: 2
Natty:
Report link

solved, by changing this line:

if (isset($this->contents[$products_id])) {

to

if (isset($this->contents[(int)$products_id])) {
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Matthias Thoen