- 🇮🇱Israel jsacksick
Hm array_merge overwrites while += just sets the values if it's not set on the left array.
Curious if it's failing due to $info['schemes']['default']['colors'] being NULL? In this case, we should check that it's set and that should be it...
Something like the following:$schemes[$key] += $info['schemes']['default']['colors'] ?? [];
-
jsacksick →
committed db76ccd1 on 1.x
Issue #3159724 by S_Bhandari, akafitty, JeremyFrench, jsacksick:...
-
jsacksick →
committed db76ccd1 on 1.x
- Status changed to Fixed
5 months ago 9:54am 27 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.