- Issue created by @jeffschuler
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 4:31pm 21 July 2023 - last update
over 1 year ago 6 pass - last update
over 1 year ago 6 pass - πΊπΈUnited States jeffschuler Boulder, Colorado
Missed an
isset()
.< + if ($input[$param]) { --- > + if (isset($input[$param])) {
- πΊπΈUnited States Nuuou Lincoln, NE
+1 on this. Ran into this exact same issue on a handful of projects, and this fixed it for me!