Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htmlspecialchars() expects parameter 1 to be string, array given #118

Open
extensibleseth opened this issue Dec 31, 2019 · 0 comments
Open

Comments

@extensibleseth
Copy link

In message_subscribe_email.module, array_keys($uids) returns an array. Adding another implode should fix it.

$debug && \Drupal::logger('message_subscribe_email')->debug(
'Gathering email subscriptions using flags: @flags for users: @uids',
['@flags' => implode(', ', $flag_ids), '@uids' => implode(', ', array_keys($uids))]
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant