Closed Aeolun closed 8 years ago
Thanks for the report. I will fix it today.
@Aeolun This has been fixed and 1.2.2
is released
@ikwattro Awesome :) I fixed it in my local copy, but that'd disappear if I updated. Now I don't have to worry. Thanks!
Basically, since the
if
statement here isn't checking whether the array index exists, PHP spits a notice. Not really relevant unless you have something catch or display it, but it would be neat if it didn't generate any errors in the first place.