- Issue created by @douggreen
- Merge request !2Handle Address 2.0.x #locality which is now an array β (Merged) created by douggreen
- Status changed to Fixed
18 days ago 10:47am 19 May 2025
The implode at the bottom of formatPlainAddress() caused a PHP warning because #locality can now be an array. We need to handle #locality as either a string (for 8.x--1.x) or an array (for 2.0.x)
Active
1.1
Code