Problem/Motivation

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)

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

douggreen created an issue. See original summary.

juanolalla’s picture

Status: Active » Fixed
juanolalla’s picture

Status: Fixed » Closed (fixed)