On admin/people* pages, there is a htmlspecialchars warning being caused by this module. The fix is actually pretty simple and I have attached a patch. For reference, the full warning message is:

Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1500 of [full path removed]/drupal-7.x/includes/bootstrap.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

David Lesieur’s picture

Status: Active » Needs work

It looks like you have accidentally removed the t().

Andrew Schulman’s picture

Subscribing

Andrew Schulman’s picture

Here's the revised patch. It fixes the htmlspecialchars problem and includes t().

Andrew Schulman’s picture

Status: Needs work » Reviewed & tested by the community

I've tested this, it works.

Andrew Schulman’s picture

Status: Reviewed & tested by the community » Fixed

Patch committed in -dev. Thanks for the report and patch, spam38.

There will be a 7.x release in the next few days I believe, and this will be incorporated into it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.