- Issue created by @dromansab
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Does the problem exist in 3.0.x?
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Can you use
git bisect
to figure out which commit caused this problem? - πΊπΈUnited States douggreen Winchester, VA
I have the same problem in 2.4.x and 3.0.x. I'm not sure what content it's finding this on, but I think that this code can be simplified and still work. Let's just unset the value without checking array_key_exists(). unset is more forgiving, and it doesn't care if the key exists or not.
- Merge request !60simplify unset() in rebuild, array_key_exists() is unnecessary and errors on some data. β (Open) created by douggreen